add beta rust to test jobs

This commit is contained in:
Alfredo Garcia 2021-02-11 12:06:54 -03:00 committed by Deirdre Connolly
parent de78fcf0f6
commit 58a73c5626
1 changed files with 3 additions and 2 deletions

View File

@ -12,12 +12,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable, beta]
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: ${{ matrix.rust }}
override: true
- name: cargo fetch
uses: actions-rs/cargo@v1
@ -77,7 +78,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable,beta]
rust: [stable, beta]
steps:
- uses: actions/checkout@v1