Skip to content

Commit f09d88e

Browse files
committed
cargo clippy with --offline option
1 parent f84d310 commit f09d88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: sksat/[email protected]
4141
with:
4242
reporter: ${{ github.event_name == 'pull_request' && 'github-pr-review' || 'github-check' }}
43-
clippy_flags: --workspace --all-features
43+
clippy_flags: --workspace --all-features --offline
4444

4545
- name: format
4646
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)