Skip to content

Commit

Permalink
ci: fix test workflow (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me authored Feb 25, 2024
1 parent 26d95c3 commit c0885c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set nightly flags (nightly only)
if: ${{ matrix.version == 'nightly' }}
run: |
echo "RUSTFLAGS=-Zinstrument-coverage" >> $GITHUB_ENV
echo "RUSTFLAGS=-Cinstrument-coverage" >> $GITHUB_ENV
echo "LLVM_PROFILE_FILE=tasshi-me-%p-%m.profraw" >> $GITHUB_ENV
- name: Rustup version
Expand Down

0 comments on commit c0885c6

Please # to comment.