Skip to content

Commit

Permalink
Disable keccaks tests (#847)
Browse files Browse the repository at this point in the history
see 
#842
  • Loading branch information
mandrigin authored Jul 25, 2024
1 parent b80986a commit f81e00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-eth-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
--env PROFILE=${PROFILE} \
--workdir /app \
eth-bench-temp-${{ matrix.profile_name}} \
python bench.py -p "$PROFILE" -c 5 -t 12 --all --recover
python bench.py -p "$PROFILE" -c 5 -t 12 --confirmed --allconfirmed --unconfirmed --erc20 --uniswap --precompileds --pairings --eventminter --recover
docker run --rm \
--volume "$(pwd):/app" \
Expand Down

0 comments on commit f81e00f

Please sign in to comment.