Skip to content

Commit

Permalink
run on some crates
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Oct 1, 2024
1 parent 15f0048 commit 158d68d
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,24 @@ jobs:
with:
cache-on-failure: true
- name: cargo hack
run: cargo hack check --feature-powerset
run: cargo hack check --feature-powerset --depth 1

feature-checks-full:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@cargo-hack
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: cargo hack
run: |
cargo hack check --feature-powerset \
-p alloy-consensus \
-p alloy-eips \
-p alloy-genesis
check-no-std:
name: check no_std ${{ matrix.features }}
Expand Down

0 comments on commit 158d68d

Please sign in to comment.