Merge pull request #392 from cakebaker/ci_run_tests

ci: run `cargo test` instead of `cargo check` in "cargo test" jobs
This commit is contained in:
Sylvestre Ledru
2024-05-28 16:51:54 +02:00
committed by GitHub
+2 -2
View File
@@ -53,9 +53,9 @@ jobs:
- run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV
if: matrix.os == 'windows-latest'
- name: Check
- name: Test
run: |
cargo check
cargo test
fmt:
name: cargo fmt --all -- --check