Always run all crates' tests in CI
This commit is contained in:
parent
21cfb75a73
commit
95fae8e9e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -43,4 +43,4 @@ jobs:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test
|
run: cargo test --no-fail-fast
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue