Skip to content

Commit

Permalink
Remove --workspace flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Meziu committed May 30, 2023
1 parent 38d92d6 commit bc9725e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: cargo fmt --all --verbose -- --check

- name: Cargo check
run: cargo 3ds clippy --color=always --workspace --verbose --all-targets
run: cargo 3ds clippy --color=always --verbose --all-targets
# --deny=warnings would be nice, but can easily break CI for new clippy
# lints getting added. I'd also like to use Github's "inline warnings"
# feature, but https://github.com/actions/runner/issues/2341 means we
Expand Down

0 comments on commit bc9725e

Please sign in to comment.