Skip to content

Commit 4aef7fa

Browse files
test all-targets and all-features
1 parent 0c52f93 commit 4aef7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Build
2020
run: cargo build --verbose
2121
- name: Run tests
22-
run: cargo test --verbose
22+
run: cargo test --verbose --all-targets --all-features

0 commit comments

Comments
 (0)