Skip to content

Commit

Permalink
chore: fix integration ci
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Nov 28, 2024
1 parent d63c3a1 commit fce02da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- if: matrix.network == 'bsc'
name: Run tests
run: |
cargo nextest run \
cargo nextest run --no-run \
--locked -p reth-bsc-node --features "bsc ${{ matrix.extra-features }}" \
-E "kind(test)"
Expand Down

0 comments on commit fce02da

Please sign in to comment.