Skip to content

Commit 129be1e

Browse files
committed
Test --all-features
1 parent e79acba commit 129be1e

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
@@ -14,8 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Build
17-
run: cargo build --verbose --all-targets
17+
run: cargo build --verbose --all-targets --all-features
1818
- name: Run tests
19-
run: cargo test --verbose
19+
run: cargo test --verbose --all-features
2020

2121
# vim: sw=2 et

0 commit comments

Comments
 (0)