Skip to content

Commit

Permalink
Update CI config (#26)
Browse files Browse the repository at this point in the history
Now that the macOS 11 runner is gone, there's simply no way to test Rust
versions older than 1.54 in GitHub Actions any more.

Also run tests in release mode to ensure that optimizations don't break
any logic or compilation.
  • Loading branch information
sagebind authored Jul 4, 2024
1 parent f397e48 commit ca92404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ jobs:
test:
uses: sagebind/workflows/.github/workflows/rust-ci.yml@v1
with:
msrv: "1.38"
msrv: "1.54"
test-release: true

0 comments on commit ca92404

Please sign in to comment.