Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,8 @@ jobs:
command: validate-spacers-no-build
- run-contracts-check:
command: opcm-upgrade-checks-no-build
- run-contracts-check:
command: forge-build --deny-warnings

todo-issues:
parameters:
Expand Down Expand Up @@ -1983,7 +1985,7 @@ workflows:
- contracts-bedrock-build:
name: contracts-bedrock-build
# Build with just core + script contracts.
build_args: --deny-warnings --skip test
build_args: --skip test
context:
- circleci-repo-readonly-authenticated-github-token
requires:
Expand Down Expand Up @@ -2466,7 +2468,7 @@ workflows:
- slack
- circleci-repo-readonly-authenticated-github-token
- contracts-bedrock-build:
build_args: --deny-warnings --skip test
build_args: --skip test
context:
- slack
- circleci-repo-readonly-authenticated-github-token
Expand Down Expand Up @@ -2520,7 +2522,7 @@ workflows:
context:
- circleci-repo-readonly-authenticated-github-token
- contracts-bedrock-build:
build_args: --deny-warnings --skip test
build_args: --skip test
context:
- circleci-repo-readonly-authenticated-github-token
requires:
Expand Down