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:53:28 -05:00
co-authored by Nathan Sobo
parent 8bd20d8c3a
commit 50ccf16de1
+3
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