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 293ece6 commit e809d0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ jobs:

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

0 comments on commit e809d0f

Please sign in to comment.