From a2c796b84d8284883b0f3a06b8037e4c97ee8439 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Thu, 11 Apr 2024 18:08:56 -0700 Subject: [PATCH] Allow CI on nightly to fail. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b01581f3..c6a8dadb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }