Fix cargo check --tests invocation

This commit is contained in:
Max Brunsfeld 2023-11-17 14:16:12 -08:00
parent 5e2eb436ff
commit 6a22ab83cf

View file

@ -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: