Skip to content

Commit b9936cd

Browse files
committed
Test warning without failing
Signed-off-by: Moritz Hoffmann <[email protected]>
1 parent d3c0e41 commit b9936cd

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
- master
66
pull_request:
77

8-
# Make sure CI fails on all warnings, including Clippy lints
9-
env:
10-
RUSTFLAGS: "-Dwarnings"
11-
128
jobs:
139
test:
1410
strategy:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ redundant_pattern = "warn"
5959
redundant_slicing = "warn"
6060
redundant_static_lifetimes = "warn"
6161
same_item_push = "warn"
62-
#shadow_unrelated = "warn"
62+
shadow_unrelated = "warn"
6363
single_component_path_imports = "warn"
6464
suspicious_assignment_formatting = "warn"
6565
suspicious_else_formatting = "warn"

0 commit comments

Comments
 (0)