Skip to content

Commit 802ac4f

Browse files
committed
Build and test all features
1 parent 9e788a9 commit 802ac4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ env:
66
CARGO_TERM_COLOR: always
77

88
jobs:
9-
build:
9+
test:
1010
runs-on: ubuntu-latest
1111

1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Build
15-
run: cargo build --verbose
15+
run: cargo build --verbose --all-features
1616
- name: Run tests
17-
run: cargo test --verbose
17+
run: cargo test --all-features

0 commit comments

Comments
 (0)