Skip to content

Commit

Permalink
fix: use the target for cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Aug 21, 2024
1 parent 001bd4c commit 84a7d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install target
run: rustup target add ${{ matrix.target }}
- name: Test
run: cargo test
run: cargo test --target=${{ matrix.target }}

rustfmt:
name: Rustfmt
Expand Down

0 comments on commit 84a7d4f

Please sign in to comment.