Skip to content

Commit

Permalink
ci: update Cannon CI job with explicit medium resource class, and upd…
Browse files Browse the repository at this point in the history
…ated gotestsum parallel flag
  • Loading branch information
protolambda committed Jun 20, 2023
1 parent a6fe2d3 commit 2b1e162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
cannon-go-lint-and-test:
docker:
- image: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest
resource_class: medium
steps:
- checkout
- check-changed:
Expand All @@ -82,7 +83,7 @@ jobs:
name: Cannon Go tests
command: |
gotestsum --format=standard-verbose --junitfile=/tmp/test-results/cannon.xml \
-- -parallel=8 -coverpkg=github.com/ethereum-optimism/optimism/cannon/... -coverprofile=coverage.out ./...
-- -parallel=2 -coverpkg=github.com/ethereum-optimism/optimism/cannon/... -coverprofile=coverage.out ./...
working_directory: cannon
- run:
name: upload Cannon coverage
Expand Down

0 comments on commit 2b1e162

Please sign in to comment.