This commit is contained in:
Mo 2024-08-08 10:58:13 +02:00 committed by GitHub
commit 3a011cdb9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,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