mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 11:01:54 +00:00
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
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
run: cargo test --no-fail-fast
|
||||
|
|
Loading…
Reference in a new issue