Skip to content

Commit 9a1aa2f

Browse files
d-e-s-odanielocfb
authored andcommitted
Ignore build & test issues on nightly
Ignore build and test issues on nightly and treat them solely as informational. Nightly may occasionally break, but such breakages should generally not block submissions. Signed-off-by: Daniel Müller <[email protected]>
1 parent 58bcbb8 commit 9a1aa2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
include:
1919
- rust: stable
2020
profile: release
21+
# Anything nightly is treated as informational-only.
22+
continue-on-error: ${{ matrix.rust == 'nightly' }}
2123
steps:
2224
- name: "Set environmental variables"
2325
shell: bash

0 commit comments

Comments
 (0)