Skip to content

Commit fabe9a4

Browse files
committed
Only make contrib nightly CI fallible.
1 parent 8831d47 commit fabe9a4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
include:
2727
- platform: { name: Linux, distro: ubuntu-latest, toolchain: nightly }
2828
test: { name: Core, flag: "--core" }
29-
fallible: true
3029
- platform: { name: Linux, distro: ubuntu-latest, toolchain: stable }
3130
test: { name: Release, flag: "--release" }
3231
- platform: { name: Linux, distro: ubuntu-latest, toolchain: stable }
@@ -35,8 +34,12 @@ jobs:
3534
- platform: { name: Linux, distro: ubuntu-latest, toolchain: nightly }
3635
test: { name: UI, flag: "--ui" }
3736
fallible: true
37+
- platform: { name: Linux, distro: ubuntu-latest, toolchain: nightly }
38+
test: { name: Contrib, flag: "--contrib" }
39+
fallible: true
3840
- platform: { name: Windows }
39-
working-directory: "C:\\a\\${{ github.event.repository.name }}\\${{ github.event.repository.name }}"
41+
working-directory:
42+
"C:\\a\\${{ github.event.repository.name }}\\${{ github.event.repository.name }}"
4043

4144
steps:
4245
- name: Checkout Sources

0 commit comments

Comments
 (0)