Commit f7d8f9cf authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

Merge pull request #8477 from ethereum-optimism/jg/proxyd_ci

CI: Fix proxyd store tests
parents 486bb30a c01b77b4
......@@ -882,6 +882,7 @@ jobs:
default: this-package-does-not-exist
docker:
- image: <<pipeline.parameters.ci_builder_image>>
resource_class: medium
steps:
- checkout
- check-changed:
......@@ -890,14 +891,14 @@ jobs:
name: Lint
command: make lint
working_directory: <<parameters.working_directory>>
- store_test_results:
path: /test-results
- run:
name: Test
command: |
mkdir -p /test-results
gotestsum --junitfile /test-results/tests.xml
gotestsum --format=standard-verbose --junitfile /test-results/tests.xml -- -parallel=2
working_directory: <<parameters.working_directory>>
- store_test_results:
path: /test-results
- when:
condition:
equal: [ true, <<parameters.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