Skip to content

Commit

Permalink
run locked build and fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Dec 17, 2024
1 parent 10d4c34 commit 1c59185
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: cargo fmt --check
- name: Build
run: cargo build --verbose
run: cargo build --verbose --locked
- name: Run tests
run: cargo test --verbose
21 changes: 17 additions & 4 deletions Cargo.lock

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

0 comments on commit 1c59185

Please sign in to comment.