Skip to content

Commit 1bf97ec

Browse files
committed
Add cargo update step to CI Build and Test
1 parent e08ea81 commit 1bf97ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
run: rustup component add clippy
3434
- name: Update toolchain
3535
run: rustup update
36+
- name: Update Cargo.lock
37+
run: cargo update
3638
- name: Build
3739
run: cargo build
3840
- name: Clippy

0 commit comments

Comments
 (0)