Simplified CI

This commit is contained in:
Andrew Kane
2022-11-01 23:01:43 -07:00
parent b35e8df2af
commit bb266e1e5c

View File

@@ -8,10 +8,7 @@ jobs:
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test - run: cargo test