Skip to content

Commit

Permalink
use fixed rust toolchain for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fevral13 committed Sep 19, 2023
1 parent ad7ab35 commit 8a116fb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71
- name: install exact rust compiler
run: rustup toolchain install 1.71 && rustup default 1.71
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
run: cargo test --verbose

0 comments on commit 8a116fb

Please sign in to comment.