ci: set target
This commit is contained in:
parent
267c3cadf2
commit
6835ce4314
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
args: --package ${{ matrix.package }} --features=${{ matrix.features }}
|
||||
args: --package ${{ matrix.package }} --features=${{ matrix.features }} --target=${{ matrix.target }}
|
||||
|
||||
fmt:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user