Browse Source

Remove --workspace flag

pull/125/head
Andrea Ciliberti 2 years ago
parent
commit
bc9725e67c
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -47,7 +47,7 @@ jobs: @@ -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

Loading…
Cancel
Save