Skip to content

Commit

Permalink
Added cargo hack to check-tier3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Oct 23, 2023
1 parent d76d0f7 commit e48ac24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,10 @@ jobs:
with:
toolchain: nightly-2023-10-21
components: rust-src

- name: Install cargo-hack
uses: taiki-e/install-action@v2
with:
tool: cargo-hack
- uses: Swatinem/rust-cache@v2
- run: cargo hack check -Zbuild-std --workspace --each-feature --target ${{ matrix.target.name }} --exclude-features "${{ matrix.target.exclude_features }}"
env:
Expand Down

0 comments on commit e48ac24

Please sign in to comment.