Skip to content

Commit

Permalink
raise verbosity of rpc-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccobene committed Feb 5, 2024
1 parent 38184f0 commit e621a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cd $RPC_TEST_DIR/integration
# Run Erigon, send ctrl-c and check logs
python3 ./run_tests.py --continue --blockchain mainnet --jwt ${{runner.workspace}}/silkworm/build/cmd/jwt.hex --display-only-fail --port 8545 -x admin_,eth_mining,eth_getWork,eth_coinbase,eth_createAccessList/test_16.json
python3 ./run_tests.py --verbose 2 --continue --blockchain mainnet --jwt ${{runner.workspace}}/silkworm/build/cmd/jwt.hex --display-only-fail --port 8545 -x admin_,eth_mining,eth_getWork,eth_coinbase,eth_createAccessList/test_16.json
# Capture monitoring script exit status
monitoring_exit_status=$?
Expand Down

0 comments on commit e621a1e

Please sign in to comment.