diff --git a/.circleci/config.yml b/.circleci/config.yml index bc6a8737f4..730d48ee65 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -174,8 +174,8 @@ jobs: - restore_cache: keys: - repo-{{ .Environment.CIRCLE_SHA1 }} - - run: forge remappings - - run: forge test + - run: cd contracts/zero-ex && forge remappings + - run: cd contracts/zero-ex && forge test test-publish: resource_class: large environment: