Skip to content

Commit

Permalink
Remove --offline from linter
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Sep 17, 2024
1 parent 87e3ab8 commit 991c057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-features --tests --all-targets --offline -- -D warnings
args: --all-features --tests --all-targets -- -D warnings -W clippy:all

- name: Run Clippy (beta)
uses: actions-rs/clippy-check@v1
Expand Down

0 comments on commit 991c057

Please sign in to comment.