Skip to content

Commit fda3650

Browse files
authored
Fail actions run for nightly failures
Without failing the whole run, it's hard to notice when we get failures in nightly, but nightly should be the advance notice that we pay attention to.
1 parent 1bb484e commit fda3650

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
- os: ubuntu-20.04
2323
rust: nightly
2424
release: false
25-
experimental: true
25+
experimental: false
2626
- os: windows-2019
2727
rust: nightly
2828
release: false
29-
experimental: true
29+
experimental: false
3030
- os: macos-10.15
3131
rust: nightly
3232
release: false
33-
experimental: true
33+
experimental: false
3434

3535
steps:
3636
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)