From 191f0df3245a90626c7e10bc0f618b783afe5bbd Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 28 Mar 2024 15:38:42 -0400 Subject: [PATCH] fix: require noir-packages-test to finish (#5505) This wasn't in our 'end' target --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 371aed4c1c7..8878dbc94bb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1556,6 +1556,7 @@ workflows: - guides-sample-dapp - guides-up-quick-start - yellow-paper + - noir-packages-tests - yarn-project-test <<: *defaults