Skip to content

Commit ca92404

Browse files
authored
Update CI config (#26)
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.
1 parent f397e48 commit ca92404

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ jobs:
88
test:
99
uses: sagebind/workflows/.github/workflows/rust-ci.yml@v1
1010
with:
11-
msrv: "1.38"
11+
msrv: "1.54"
12+
test-release: true

0 commit comments

Comments
 (0)