From a28512f4b759480ce5179817ee24c4db2660e5e5 Mon Sep 17 00:00:00 2001 From: Nikolay Arhipov Date: Fri, 19 Apr 2024 09:49:03 +0300 Subject: [PATCH] Actually run checks for nightly targets on nightly --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e27998b..83b4dbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] + rust: [nightly, stable] steps: - uses: actions/checkout@v4 - name: Install Rust