From af0c4a42501c623096fff8385ab3bb21bc51e080 Mon Sep 17 00:00:00 2001 From: Marco Esposito Date: Thu, 10 Aug 2023 10:40:38 +0200 Subject: [PATCH] Revert "Temporarily disable CI on nightly" This reverts commit 75552ffe4cdc1671f606a1642e10db37313bf3e4. --- .github/workflows/ci.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f54df4d..e704aa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,9 +49,7 @@ jobs: strategy: fail-fast: true matrix: - channel: [stable, beta, -# nightly - ] + channel: [stable, beta, nightly] target: # MSVC # - i686-pc-windows-msvc @@ -86,9 +84,7 @@ jobs: strategy: fail-fast: true matrix: - channel: [stable, beta, -# nightly - ] + channel: [stable, beta, nightly] target: # macOS - x86_64-apple-darwin @@ -126,9 +122,7 @@ jobs: strategy: fail-fast: true matrix: - channel: [stable, beta, -# nightly - ] + channel: [stable, beta, nightly] target: # WASM, off by default as most rust projects aren't compatible yet. # - wasm32-unknown-emscripten