Commit 9aa29eff authored by Will Cory's avatar Will Cory Committed by GitHub

Merge pull request #6821 from...

Merge pull request #6821 from ethereum-optimism/08-16-fix_ci_Log_standard-verbose_for_go_tests_for_indexer

fix(ci): Log standard-verbose for go tests for indexer
parents 273bd06f 1f7ccc4c
......@@ -891,7 +891,7 @@ jobs:
name: Test
command: |
mkdir -p /test-results
DB_USER=postgres gotestsum --junitfile /test-results/tests.xml -- -parallel=4 ./...
DB_USER=postgres gotestsum --format=standard-verbose --junitfile /test-results/tests.xml -- -parallel=4 ./...
working_directory: indexer
- run:
name: Build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment