ci: fix typo
Some checks are pending
CI / Code style (push) Waiting to run
CI / Test 1.88 (push) Waiting to run
CI / Test beta (push) Waiting to run
CI / Test stable (push) Waiting to run
CI / Flake package (push) Waiting to run
Deploy OpenAPI doc to Pages / deploy (push) Waiting to run

This commit is contained in:
oxalica 2025-09-11 18:57:47 -04:00
parent 5f7f383f11
commit 60b3aafca9

View file

@ -79,10 +79,7 @@ jobs:
run: cargo build --workspace --all-targets
- name: Test
run: cargo test --workspace --all-targets
- name: Test ignored
run: cargo test --workspace --all-targets -- --ignored-ignored
run: cargo test --workspace --all-targets -- --include-ignored
nix-flake:
name: Flake package