Skip to content

Commit

Permalink
Run the MSRV CI check on more platforms
Browse files Browse the repository at this point in the history
Since we have fairly complex dependencies now I think it's best to run
the check on more platforms.
  • Loading branch information
Thomasdezeeuw committed Aug 13, 2023
1 parent d937493 commit 2856112
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ jobs:
- name: Tests
run: cargo test --all-features
MSRV:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 2856112

Please sign in to comment.