From 51ffe8c737632e41fdd17c7e5dcf73907992a1e1 Mon Sep 17 00:00:00 2001 From: Daniel Noland Date: Mon, 28 Oct 2024 01:18:10 -0600 Subject: [PATCH] more nextest --- .github/workflows/check-developer-experience.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-developer-experience.yml b/.github/workflows/check-developer-experience.yml index e9fe97d4..803190f7 100644 --- a/.github/workflows/check-developer-experience.yml +++ b/.github/workflows/check-developer-experience.yml @@ -40,10 +40,10 @@ jobs: rust: - toolchain: stable optional: false -# - toolchain: beta -# optional: true -# - toolchain: nightly -# optional: true + - toolchain: beta + optional: true + - toolchain: nightly + optional: true continue-on-error: ${{ matrix.rust.optional }} runs-on: - lab