Skip to content

Commit cd4c968

Browse files
authored
Merge locking in CI and version update in lock file
This is PR #12.
2 parents 2e82d4f + 7a0b8db commit cd4c968

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Build
20-
run: cargo build --verbose
20+
run: cargo build --locked --verbose
2121
- name: Run tests
22-
run: cargo test --verbose
22+
run: cargo test --locked --verbose

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)