Skip to content

Commit

Permalink
use nightly for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacholt100 committed Sep 23, 2023
1 parent b082910 commit ca1b6fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Rust
run: rustup update stable
run: rustup update nightly
- name: Set nightly as default
run: rustup default nightly
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
Expand Down

0 comments on commit ca1b6fe

Please sign in to comment.