Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
toolchain: stable
- name: Test
run: cargo test
run: cargo --locked test

fmt:
runs-on: ubuntu-latest
Expand All @@ -29,7 +29,7 @@ jobs:
toolchain: nightly
components: rustfmt
- name: Check formatting
run: cargo fmt -- --check
run: cargo --locked fmt -- --check

clippy:
runs-on: ubuntu-latest
Expand All @@ -40,4 +40,4 @@ jobs:
toolchain: stable
components: clippy
- name: Catch common mistakes
run: cargo clippy -- -D warnings
run: cargo --locked clippy -- -D warnings
2 changes: 1 addition & 1 deletion Cargo.lock

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