mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Run all crates' tests on CI
This commit is contained in:
parent
2392075467
commit
fbe77e92b4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
clean: false
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --no-fail-fast
|
||||
run: cargo test --workspace --no-fail-fast
|
||||
|
||||
bundle:
|
||||
name: Bundle app
|
||||
|
|
Loading…
Reference in a new issue