Skip to content

Commit

Permalink
Remove locked as it is causing some issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno1212s committed Mar 24, 2024
1 parent dab36aa commit b6ca053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cargo fmt --version
cargo clippy --version
- run: cargo fmt --all -- --check
- run: cargo clippy --locked --workspace --all-targets -- --no-deps
- run: cargo clippy --workspace --all-targets -- --no-deps

unit-tests:
timeout-minutes: 5
Expand Down

0 comments on commit b6ca053

Please sign in to comment.