diff options
| author | xoviat <[email protected]> | 2021-03-19 10:52:27 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2021-03-19 10:52:27 -0500 |
| commit | 6835ce431423f9136da61d220f5c479e4924f80e (patch) | |
| tree | f74f22bb10dd1e24d8ad624a2a09ee4f5bcd8e63 /.github/workflows | |
| parent | 267c3cadf24d41b1543bc4edd29d484228fe8609 (diff) | |
ci: set target
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 26e8e8c88..9b3d3b29e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -79,7 +79,7 @@ jobs: | |||
| 79 | - uses: actions-rs/cargo@v1 | 79 | - uses: actions-rs/cargo@v1 |
| 80 | with: | 80 | with: |
| 81 | command: check | 81 | command: check |
| 82 | args: --package ${{ matrix.package }} --features=${{ matrix.features }} | 82 | args: --package ${{ matrix.package }} --features=${{ matrix.features }} --target=${{ matrix.target }} |
| 83 | 83 | ||
| 84 | fmt: | 84 | fmt: |
| 85 | runs-on: ubuntu-latest | 85 | runs-on: ubuntu-latest |
