Skip to content

Commit

Permalink
ci: fix config error in cannon tests (ethereum-optimism#11969)
Browse files Browse the repository at this point in the history
Fixes a configuration error in the scheduled-cannon-full-tests
job.
  • Loading branch information
smartcontracts authored Sep 18, 2024
1 parent ab24015 commit b6e9a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2122,7 +2122,7 @@ workflows:
- equal: [ true, << pipeline.parameters.cannon_full_test_dispatch >> ]
jobs:
- contracts-bedrock-build:
build_command: forge build --skip test --skip scripts
skip_pattern: test
- cannon-go-lint-and-test:
requires:
- contracts-bedrock-build
Expand Down

0 comments on commit b6e9a61

Please sign in to comment.