Skip to content

Commit 8be64f2

Browse files
committed
Fix workflow
1 parent 60ce223 commit 8be64f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
toolchain: stable
2323
override: true
2424
components: rustfmt, clippy
25-
- run: cargo test --verbose
25+
- run: cargo test --features=wild --verbose
2626

2727
test-in-nightly:
2828

@@ -36,4 +36,4 @@ jobs:
3636
toolchain: nightly
3737
override: true
3838
components: rustfmt, clippy
39-
- run: cargo test --verbose
39+
- run: cargo test --features=wild --verbose

0 commit comments

Comments
 (0)