Skip to content

Commit

Permalink
remove --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
TOwInOK committed Oct 21, 2024
1 parent da8577b commit e13d7a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: rustup toolchain install stable --profile minimal --no-self-update

- name: Job
run: cargo clippy --all-targets --locked -- -D warnings
run: cargo clippy --all-targets -- -D warnings

Doc-check:
needs:
Expand All @@ -63,7 +63,7 @@ jobs:
run: rustup toolchain install stable --profile minimal --no-self-update

- name: Job
run: cargo test -F full --doc --locked
run: cargo test -F full --doc

Lib-check:
needs:
Expand All @@ -82,7 +82,7 @@ jobs:
run: rustup toolchain install stable --profile minimal --no-self-update

- name: Job
run: cargo test -p anime-grubber --lib --locked
run: cargo test -p anime-grubber --lib

Lib-and-Tests-check:
needs:
Expand Down

0 comments on commit e13d7a3

Please sign in to comment.