Skip to content

Commit

Permalink
cicd: fix forgetting to switch rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk committed Mar 10, 2024
1 parent ad94d85 commit 539081b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.rustver }}
- run: cargo test

cover:
Expand All @@ -30,6 +32,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.rustver }}
components: llvm-tools-preview
- run: cargo install cargo-llvm-cov
- run: cargo llvm-cov

0 comments on commit 539081b

Please sign in to comment.