Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadjakic committed Aug 5, 2023
1 parent 40a73f2 commit fa3ed6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: install toolchain
run: rustup component add llvm-tools-preview
run: |
rustup toolchain add nightly --component llvm-tools-preview
rustup override set nightly
- name: run cargo test
env:
LLVM_PROFILE_FILE: "target/coverage/grcov-%p-%m.profraw"
Expand Down

0 comments on commit fa3ed6e

Please sign in to comment.