ci: set target

This commit is contained in:
xoviat 2021-03-19 10:52:27 -05:00
parent 267c3cadf2
commit 6835ce4314

View File

@ -79,7 +79,7 @@ jobs:
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: check command: check
args: --package ${{ matrix.package }} --features=${{ matrix.features }} args: --package ${{ matrix.package }} --features=${{ matrix.features }} --target=${{ matrix.target }}
fmt: fmt:
runs-on: ubuntu-latest runs-on: ubuntu-latest