We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7420325 commit 250bb3cCopy full SHA for 250bb3c
.github/workflows/rust.yml
@@ -41,6 +41,7 @@ jobs:
41
with:
42
command: fmt
43
args: --all -- --check
44
+
45
test-nightly:
46
name: Test Nightly
47
runs-on: ubuntu-latest
@@ -56,7 +57,6 @@ jobs:
56
57
uses: actions-rs/cargo@v1
58
59
command: test
- args: --all-features
60
61
test-beta:
62
name: Test Beta
@@ -73,10 +73,9 @@ jobs:
73
74
75
76
- args: --all-feature
77
78
test-stable:
79
- name: Test Beta
+ name: Test Stable
80
81
steps:
82
- uses: actions/checkout@v3
@@ -90,4 +89,3 @@ jobs:
90
89
91
92
93
0 commit comments