Skip to content

Commit

Permalink
Ensure that Cargo.lock in the repo is valid. (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad authored May 20, 2021
1 parent 7b352b3 commit 2689e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose
args: --locked --verbose
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0

0 comments on commit 2689e3b

Please sign in to comment.