Allow CI on nightly to fail.

This commit is contained in:
Sergio Benitez 2024-04-11 18:08:56 -07:00
parent 07e4170b72
commit 17eca5bcc6
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ jobs:
include:
- platform: { name: Linux, distro: ubuntu-latest, toolchain: nightly }
test: { name: Core, flag: "--core" }
fallible: true
- platform: { name: Linux, distro: ubuntu-latest, toolchain: stable }
test: { name: Release, flag: "--release" }
- platform: { name: Linux, distro: ubuntu-latest, toolchain: stable }