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: jobs:
test_nightly: test_beta:
name: test on nightly name: test on beta
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -20,7 +20,7 @@ jobs:
# using --all-features will fail without nightly toolchain. # using --all-features will fail without nightly toolchain.
- uses: actions-rs/toolchain@v1.0.7 - uses: actions-rs/toolchain@v1.0.7
with: with:
toolchain: nightly toolchain: beta
override: true override: true
- uses: actions-rs/cargo@v1.0.3 - uses: actions-rs/cargo@v1.0.3
with: with: