Skip to content

Update selectors crate to 0.25, and enables :has and :is selectors. #54

Update selectors crate to 0.25, and enables :has and :is selectors.

Update selectors crate to 0.25, and enables :has and :is selectors. #54

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- speedreader
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Cache
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
- name: Build
run: cargo build
- name: Test
run: cargo test