Skip to content

Commit 310c617

Browse files
can-fail-fail-right (#126)
1 parent 0d96da0 commit 310c617

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ jobs:
162162
rust-toolchain: [stable, beta, nightly]
163163
# Allow failures on nightly, it's just informative
164164
include:
165-
- rust: stable
165+
- rust-toolchain: stable
166166
can-fail: false
167-
- rust: beta
167+
- rust-toolchain: beta
168168
can-fail: false
169-
- rust: nightly
169+
- rust-toolchain: nightly
170170
can-fail: true
171171

172172
container:

0 commit comments

Comments
 (0)