From e7a0bbece745d574b5ad93dc6d04f8afb6a2271b Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Wed, 31 Aug 2022 19:58:26 -0400 Subject: [PATCH] ci(build): re-enable Rust beta tests in ubuntu Previous behavior: As we disabled beta Rust tests in PR #4930, because the parameter downloads were unstable with beta Rust, we're no longer testing it. Expected behavior: Re-enable beta rust tests in CI OSes Solution: Remove the parameter exluding beta Rust --- .github/workflows/continous-integration-os.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/continous-integration-os.yml b/.github/workflows/continous-integration-os.yml index b89400f5445..a78dc457df8 100644 --- a/.github/workflows/continous-integration-os.yml +++ b/.github/workflows/continous-integration-os.yml @@ -66,9 +66,6 @@ jobs: os: [ubuntu-latest, macos-latest] rust: [stable, beta] exclude: - # TODO: re-enable beta Rust tests on ubuntu (#4929) - - os: ubuntu-latest - rust: beta # We're excluding macOS for the following reasons: # - the concurrent macOS runner limit is much lower than the Linux limit # - macOS is slower than Linux, and shouldn't have a build or test difference with Linux