Skip to content

Commit

Permalink
don't use lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
liamkinne committed May 5, 2024
1 parent 68fe7f3 commit 2e7f6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Run Cargo check
run: cargo check --all-features --locked
run: cargo check --all-features

format:
name: Format
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
components: clippy

- name: Check clippy
run: cargo clippy --all-features --all-targets --locked -- -D warnings
run: cargo clippy --all-features --all-targets -- -D warnings

0 comments on commit 2e7f6b7

Please sign in to comment.