Skip to content

Commit

Permalink
ci: check in Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Apr 27, 2022
1 parent 19d145a commit 7e30bfa
Show file tree
Hide file tree
Showing 4 changed files with 6,398 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
cargo build --all-features --lib
cargo test --all-features --no-run # -j N # uncomment and set a low number if builds start OOMing again
cargo test --all-features
# Ensure there are no uncommitted changes in the repo after running tests
- run: scripts/changed-files.sh

clippy:
needs: diff
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ storage/

# Python
.pyc

# Cargo
Cargo.lock
Loading

0 comments on commit 7e30bfa

Please sign in to comment.