Update CI (#109)

* Update to checkout 4

* Make sure CI includes all targets
This commit is contained in:
Josh Groves 2024-07-29 11:14:41 -02:30 committed by GitHub
parent f82094703e
commit 3dab1f2dc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Build - name: Build
run: cargo build --verbose run: cargo build --all-targets --verbose
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --verbose