test on beta instead of nightly (#287)

Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com>
This commit is contained in:
Conrado Gouvea 2023-04-25 01:23:48 -03:00 committed by GitHub
parent 1ef01efc05
commit 9985c9660e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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: