mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(ci): Optimism unit / integration tests (#5318)
This commit is contained in:
9
.github/workflows/unit.yml
vendored
9
.github/workflows/unit.yml
vendored
@ -33,19 +33,10 @@ jobs:
|
||||
with:
|
||||
cache-on-failure: true
|
||||
- uses: taiki-e/install-action@nextest
|
||||
- name: Set binary value
|
||||
id: binary
|
||||
run: |
|
||||
if [[ "${{ matrix.network }}" == "ethereum" ]]; then
|
||||
echo "binary=reth" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "binary=op-reth" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
- name: Run tests
|
||||
run: |
|
||||
cargo nextest run \
|
||||
--locked --features "${{ matrix.network }}" \
|
||||
--bin ${{ steps.binary.outputs.binary }} \
|
||||
--workspace --exclude examples --exclude ef-tests \
|
||||
--partition hash:${{ matrix.partition }}/2 \
|
||||
-E "kind(lib) | kind(bin) | kind(proc-macro)"
|
||||
|
||||
Reference in New Issue
Block a user