Skip to content

Commit a7cdec9

Browse files
committed
Fix CI running test not using --all-features
1 parent 89ddba6 commit a7cdec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
uses: actions-rs/cargo@v1
3030
with:
3131
command: test
32-
args: --release --verbose
32+
args: --release --verbose --all-features

0 commit comments

Comments
 (0)