Skip to content

Commit

Permalink
Merge pull request #114 from causal-agent/remove-cargo-lock
Browse files Browse the repository at this point in the history
Run `cargo update` before testing
  • Loading branch information
cfvescovo committed Apr 4, 2023
2 parents 922d025 + efdc85c commit aa237be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ jobs:
toolchain: ${{matrix.rust_version}}
override: true
- uses: Swatinem/rust-cache@v1
- name: Update
run: cargo update
- name: Test
run: cargo test
12 changes: 6 additions & 6 deletions Cargo.lock

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

0 comments on commit aa237be

Please sign in to comment.