This commit is contained in:
Antoine Gersant 2020-01-18 14:48:47 -08:00
parent 0e6be32a8c
commit ee71df9d0b

View file

@ -24,10 +24,10 @@ jobs:
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
toolchain: nightly-2020-01-14
profile: minimal
default: true
- uses: actions-rs/cargo@v1
with:
command: test
toolchain: nightly
args: --release ${{ matrix.features }}