Skip to content

Commit

Permalink
CI: Fix the test workflow (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Jul 18, 2023
1 parent ef315d3 commit f224be5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
components: llvm-tools-preview
with:
components: llvm-tools-preview
- run: cargo test-all-features
env:
RUSTFLAGS: '-Zinstrument-coverage'
Expand Down

0 comments on commit f224be5

Please sign in to comment.