Skip to content

Commit

Permalink
Fix running coverage in correct target
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Feb 11, 2024
1 parent 86529cb commit d4a64a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
env:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
- name: Coverage
run: cargo coverage --diff
run: cargo coverage --diff --target ${{ matrix.target }}
env:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc

0 comments on commit d4a64a1

Please sign in to comment.