Cargo check before test to catch warnings/errors

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Julia 2023-02-15 17:41:29 -05:00
parent 8bd20d8c3a
commit 50ccf16de1

View file

@ -42,6 +42,9 @@ jobs:
clean: false
submodules: 'recursive'
- name: Run check
run: cargo check --workspace
- name: Run tests
run: cargo test --workspace --no-fail-fast