Skip to content

Commit 0968a32

Browse files
committed
update ci
1 parent 250bb3c commit 0968a32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
uses: actions-rs/cargo@v1
5858
with:
5959
command: test
60+
args: --all-features
6061

6162
test-beta:
6263
name: Test Beta
@@ -73,6 +74,7 @@ jobs:
7374
uses: actions-rs/cargo@v1
7475
with:
7576
command: test
77+
args: --all-features
7678

7779
test-stable:
7880
name: Test Stable
@@ -89,3 +91,4 @@ jobs:
8991
uses: actions-rs/cargo@v1
9092
with:
9193
command: test
94+
args: --all-features

0 commit comments

Comments
 (0)