Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
slinkydeveloper 2020-03-13 15:52:34 +01:00 committed by Francesco Guardiani
parent 1f74b0f232
commit 0b3bf8ada4
1 changed files with 3 additions and 3 deletions

View File

@ -40,16 +40,16 @@ jobs:
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- uses: actions-rs/toolchain@v1
with:
override: true
toolchain: ${{ matrix.toolchain }}
target: ${{ matrix.target }}
override: true
- uses: actions-rs/cargo@v1
with:
command: build
toolchain: ${{ matrix.toolchain }}
target: ${{ matrix.target }}
args: --target ${{ matrix.target }}
- uses: actions-rs/cargo@v1
with:
command: test
toolchain: ${{ matrix.toolchain }}
target: ${{ matrix.target }}
args: --target ${{ matrix.target }}