This commit is contained in:
Mo 2024-08-01 16:00:09 +08:00 committed by GitHub
commit b9a71c8ab5
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