Skip to content

Commit

Permalink
Don't pass --locked to vet
Browse files Browse the repository at this point in the history
We don't actually lock our dependencies here
  • Loading branch information
swsnr committed Mar 22, 2024
1 parent 5f57aac commit 4766dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
key: cargo-vet-bin-${{ env.CARGO_VET_VERSION }}
- run: echo "${{ runner.tool_cache }}/cargo-vet/bin" >> $GITHUB_PATH
- run: cargo install --root ${{ runner.tool_cache }}/cargo-vet --version ${{ env.CARGO_VET_VERSION }} cargo-vet
- run: cargo vet --locked
- run: cargo vet

test:
name: test
Expand Down

0 comments on commit 4766dbe

Please sign in to comment.