This commit is contained in:
Mo 2024-07-22 17:02:21 +01:00 committed by GitHub
commit 7eca061611
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,10 @@ jobs:
- name: Run cargo test
run: cargo test --workspace
dev-check:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- uses: swatinem/rust-cache@v2