Skip to content

Commit 250bb3c

Browse files
committed
update ci
1 parent 7420325 commit 250bb3c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/rust.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
command: fmt
4343
args: --all -- --check
44+
4445
test-nightly:
4546
name: Test Nightly
4647
runs-on: ubuntu-latest
@@ -56,7 +57,6 @@ jobs:
5657
uses: actions-rs/cargo@v1
5758
with:
5859
command: test
59-
args: --all-features
6060

6161
test-beta:
6262
name: Test Beta
@@ -73,10 +73,9 @@ jobs:
7373
uses: actions-rs/cargo@v1
7474
with:
7575
command: test
76-
args: --all-feature
7776

7877
test-stable:
79-
name: Test Beta
78+
name: Test Stable
8079
runs-on: ubuntu-latest
8180
steps:
8281
- uses: actions/checkout@v3
@@ -90,4 +89,3 @@ jobs:
9089
uses: actions-rs/cargo@v1
9190
with:
9291
command: test
93-
args: --all-feature

0 commit comments

Comments
 (0)