We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba08ca commit ad2f6f7Copy full SHA for ad2f6f7
.circleci/config.yml
@@ -363,7 +363,7 @@ jobs:
363
no_output_timeout: 20m
364
command: |
365
mkdir -p /tmp/testlogs
366
- OP_TESTLOG_DISABLE_COLOR=true OP_E2E_DISABLE_PARALLEL=false gotestsum --format=testname --junitfile=/tmp/test-results/op_e2e_test-asterisc.xml --jsonfile=/testlogs/test.log -- -failfast -timeout=60m -parallel=8 ./faultproofs
+ OP_TESTLOG_DISABLE_COLOR=true OP_E2E_DISABLE_PARALLEL=false gotestsum --format=testname --junitfile=/tmp/test-results/op_e2e_test-asterisc.xml --jsonfile=/tmp/testlogs/test.log -- -failfast -timeout=60m -parallel=8 ./faultproofs
367
working_directory: op-e2e
368
- store_artifacts:
369
path: /tmp/testlogs
0 commit comments