Skip to content

Commit

Permalink
Use explicit rust version in test build job
Browse files Browse the repository at this point in the history
  • Loading branch information
mhonert committed Aug 18, 2022
1 parent 3c9bd44 commit 17e318f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:

- name: Run tests
run: |
rustup override set 1.58.1
cargo test --release

0 comments on commit 17e318f

Please sign in to comment.