Skip to content

Commit dca6e86

Browse files
authored
Merge pull request #1550 from proofconstruction/check-lockfile-sync
chore(ci): add action step to check if lockfile is synced
2 parents 30291a3 + f30f0bf commit dca6e86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
17+
- name: Fetch & maybe update Cargo.lock
18+
run: cargo fetch --locked
1719
- name: Build
1820
run: cargo build --verbose
1921
- name: Run tests

0 commit comments

Comments
 (0)