Skip to content

Commit

Permalink
Update CI (#109)
Browse files Browse the repository at this point in the history
* Update to checkout 4

* Make sure CI includes all targets
  • Loading branch information
grovesNL authored Jul 29, 2024
1 parent f820947 commit 3dab1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
run: cargo build --all-targets --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit 3dab1f2

Please sign in to comment.