mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 20:22:30 +00:00
Fix cargo check --tests invocation
This commit is contained in:
parent
5e2eb436ff
commit
6a22ab83cf
1 changed files with 1 additions and 1 deletions
2
.github/actions/run_tests/action.yml
vendored
2
.github/actions/run_tests/action.yml
vendored
|
@ -25,7 +25,7 @@ runs:
|
|||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
shell: bash -euxo pipefail {0}
|
||||
run: cargo check --test --workspace
|
||||
run: cargo check --tests --workspace
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue