Skip to content

Commit aa237be

Browse files
authored
Merge pull request #114 from causal-agent/remove-cargo-lock
Run `cargo update` before testing
2 parents 922d025 + efdc85c commit aa237be

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@ jobs:
4545
toolchain: ${{matrix.rust_version}}
4646
override: true
4747
- uses: Swatinem/rust-cache@v1
48+
- name: Update
49+
run: cargo update
4850
- name: Test
4951
run: cargo test

Cargo.lock

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

0 commit comments

Comments
 (0)