diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e63f25d2..7cc1c83d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: all features flags: --workspace --all-features include: - # not workspace because compiling examples fails for no reason in CI, + # not workspace because compiling examples fails for no reason in CI - os: windows-latest flags: name: no default features @@ -92,6 +92,9 @@ jobs: steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable + - name: Install test binaries + shell: bash + run: ./.github/scripts/install_test_binaries.sh - uses: Swatinem/rust-cache@v2 - name: live tests run: cargo test -p ethers --all-features