From ad3d8461759c3963f284490e04292194408ca914 Mon Sep 17 00:00:00 2001 From: cduvray Date: Mon, 4 Sep 2023 08:43:07 +0200 Subject: [PATCH] build: re-enable, nightly build tests --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bb0007..68577ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - build: [pinned, stable] + build: [pinned, stable, nightly] include: - build: pinned os: ubuntu-22.04 @@ -41,9 +41,9 @@ jobs: - build: stable os: ubuntu-22.04 rust: stable - # - build: nightly - # os: ubuntu-22.04 - # rust: nightly + - build: nightly + os: ubuntu-22.04 + rust: nightly steps: - uses: actions/checkout@v3 - name: Install Rust