From 9985c9660e2f9487a820f222eb651ac6ee9749e5 Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Tue, 25 Apr 2023 01:23:48 -0300 Subject: [PATCH] test on beta instead of nightly (#287) Co-authored-by: Deirdre Connolly --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7e88f0..f5faa76 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,8 +10,8 @@ on: jobs: - test_nightly: - name: test on nightly + test_beta: + name: test on beta runs-on: ubuntu-latest steps: @@ -20,7 +20,7 @@ jobs: # using --all-features will fail without nightly toolchain. - uses: actions-rs/toolchain@v1.0.7 with: - toolchain: nightly + toolchain: beta override: true - uses: actions-rs/cargo@v1.0.3 with: