Skip to content

Commit dbba4cb

Browse files
committed
Run the MSRV CI check on more platforms
Since we have fairly complex dependencies now I think it's best to run the check on more platforms. Backport of commit 2856112.
1 parent 375294b commit dbba4cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,12 @@ jobs:
4646
- name: Tests
4747
run: cargo test --all-features
4848
MSRV:
49-
runs-on: ubuntu-latest
49+
runs-on: ${{ matrix.os }}
5050
timeout-minutes: 10
51+
strategy:
52+
fail-fast: false
53+
matrix:
54+
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
5155
steps:
5256
- uses: actions/checkout@v3
5357
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)