Skip to content

Commit

Permalink
ci: run "cargo test" in "cargo test" jobs
Browse files Browse the repository at this point in the history
instead of "cargo check"
  • Loading branch information
cakebaker committed May 28, 2024
1 parent 393f0b9 commit ab1c2ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab1c2ba

Please sign in to comment.