Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
fix: fix ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Oct 22, 2024
1 parent b159e8e commit 3b7e88a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
clippy-binaries:
name: clippy binaries / ${{ matrix.type }}
name: clippy binaries / ${{ matrix.binary }}
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,12 @@ jobs:
with:
cache-on-failure: true
- uses: taiki-e/install-action@nextest
- if: "${{ matrix.type == 'book' }}"
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- if: matrix.network == 'ethereum'
name: Run tests
run: |
cargo nextest run \
${{ matrix.args }} --workspace --exclude ef-tests \
--locked --features "asm-keccak ${{ matrix.network }}" \
--workspace --exclude ef-tests \
--partition hash:${{ matrix.partition }}/3 \
-E "!kind(test)"
- if: matrix.network == 'optimism'
Expand Down

0 comments on commit 3b7e88a

Please sign in to comment.