Skip to content

Commit

Permalink
chore: Test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 22, 2025
1 parent 8ec0eb2 commit 79e9274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,11 @@ jobs:
name: run tests
no_output_timeout: 20m
command: |
mkdir -p /testlogs
mkdir -p /tmp/testlogs
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
working_directory: op-e2e
- store_artifacts:
path: /testlogs
path: /tmp/testlogs
- store_test_results:
path: /tmp/test-results

Expand Down

0 comments on commit 79e9274

Please sign in to comment.