From 422d20ea12583bd57d666d47eeba4c4cd072ada4 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Fri, 2 Sep 2022 04:56:04 -0400 Subject: [PATCH] ci(build): re-enable Rust beta tests in ubuntu (#5024) 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 b89400f5..a78dc457 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