Skip to content

Commit

Permalink
Merge locking in CI and version update in lock file
Browse files Browse the repository at this point in the history
This is PR #12.
  • Loading branch information
traviscross committed Dec 21, 2023
2 parents 2e82d4f + 7a0b8db commit cd4c968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
run: cargo build --locked --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --locked --verbose
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd4c968

Please sign in to comment.