Skip to content

Commit 215f4db

Browse files
committed
Maybe this?
Signed-off-by: Moritz Hoffmann <[email protected]>
1 parent b9936cd commit 215f4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Cargo test
2828
run: cargo test --workspace --all-targets
2929
- name: Cargo clippy
30-
run: cargo clippy --workspace --all-targets
30+
run: RUSTFLAGS="" cargo clippy --workspace --all-targets
3131

3232
# Check mdbook files for errors
3333
mdbook:

0 commit comments

Comments
 (0)