chore: re-enable no_std CI checks (#9716)

This commit is contained in:
Dan Cline
2024-07-22 17:14:02 -04:00
committed by GitHub
parent 635bd90b1d
commit 3849de96a5
2 changed files with 13 additions and 11 deletions

View File

@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
target: riscv32imac-unknown-none-elf
target: wasm32-wasip1
- uses: taiki-e/install-action@cargo-hack
- uses: Swatinem/rust-cache@v2
with:
@ -168,7 +168,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Ensure no arbitrary or proptest dependency on default build
run: cargo tree --package reth -e=features,no-dev | grep -Eq "arbitrary|proptest" && exit 1 || exit 0
lint-success:
name: lint success
runs-on: ubuntu-latest