Skip to content

Commit 8a0941d

Browse files
committed
Update CI workflows
1 parent b133771 commit 8a0941d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build_test_ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ jobs:
2222
- uses: actions-rs/cargo@v1
2323
with:
2424
command: build
25+
args: --all-features
2526

2627
- uses: actions-rs/cargo@v1
2728
with:
2829
command: test
30+
args: --all-features
2931

3032
- uses: actions-rs/cargo@v1
3133
with:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ install:
4040
build: false
4141

4242
test_script:
43-
- cargo test --verbose
43+
- cargo test --all-features --verbose

0 commit comments

Comments
 (0)