Skip to content

Commit e2aef0c

Browse files
committed
Run cargo update before testing
1 parent 9e9c33f commit e2aef0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@ jobs:
4545
toolchain: ${{matrix.rust_version}}
4646
override: true
4747
- uses: Swatinem/rust-cache@v1
48+
- name: Update
49+
run: cargo update
4850
- name: Test
4951
run: cargo test

0 commit comments

Comments
 (0)