|
@@ -104,7 +104,7 @@ jobs:
|
|
- uses: actions-rs/cargo@v1
|
|
- uses: actions-rs/cargo@v1
|
|
with:
|
|
with:
|
|
command: clippy
|
|
command: clippy
|
|
- args: -- -D warnings
|
|
|
|
|
|
+ args: --workspace -- -D warnings
|
|
|
|
|
|
# Coverage is disabled until we can fix it
|
|
# Coverage is disabled until we can fix it
|
|
# coverage:
|
|
# coverage:
|