Skip to content

Commit

Permalink
Run cargo update before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cfvescovo committed Mar 5, 2023
1 parent 9e9c33f commit e2aef0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ jobs:
toolchain: ${{matrix.rust_version}}
override: true
- uses: Swatinem/rust-cache@v1
- name: Update
run: cargo update
- name: Test
run: cargo test

0 comments on commit e2aef0c

Please sign in to comment.