mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
ci: fix typo
Some checks failed
CI / Code style (push) Has been cancelled
CI / Test 1.88 (push) Has been cancelled
CI / Test beta (push) Has been cancelled
CI / Test stable (push) Has been cancelled
CI / Flake package (push) Has been cancelled
Deploy OpenAPI doc to Pages / deploy (push) Has been cancelled
Some checks failed
CI / Code style (push) Has been cancelled
CI / Test 1.88 (push) Has been cancelled
CI / Test beta (push) Has been cancelled
CI / Test stable (push) Has been cancelled
CI / Flake package (push) Has been cancelled
Deploy OpenAPI doc to Pages / deploy (push) Has been cancelled
This commit is contained in:
parent
5f7f383f11
commit
60b3aafca9
1 changed files with 1 additions and 4 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -79,10 +79,7 @@ jobs:
|
||||||
run: cargo build --workspace --all-targets
|
run: cargo build --workspace --all-targets
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: cargo test --workspace --all-targets
|
run: cargo test --workspace --all-targets -- --include-ignored
|
||||||
|
|
||||||
- name: Test ignored
|
|
||||||
run: cargo test --workspace --all-targets -- --ignored-ignored
|
|
||||||
|
|
||||||
nix-flake:
|
nix-flake:
|
||||||
name: Flake package
|
name: Flake package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue