From fc24804cc793e14d388ff6a170d549927b0ec168 Mon Sep 17 00:00:00 2001 From: ludamad Date: Sat, 31 Aug 2024 11:42:40 -0400 Subject: [PATCH] Update Earthfile --- barretenberg/cpp/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barretenberg/cpp/Earthfile b/barretenberg/cpp/Earthfile index 557f7c7ca3e..73b8cdeb5cd 100644 --- a/barretenberg/cpp/Earthfile +++ b/barretenberg/cpp/Earthfile @@ -242,7 +242,7 @@ test: IF [ "$HARDWARE_CONCURRENCY" != "" ] ENV HARDWARE_CONCURRENCY=$hardware_concurrency END - RUN cd build && ./bin/stdlib_client_ivc_verifier_tests --gtest_filter=ClientIVCRecursionTests.ClientTubeBase #GTEST_COLOR=1 ctest -j$(nproc) --output-on-failure + RUN cd build && GTEST_COLOR=1 ctest -j$(nproc) --output-on-failure vm-full-test: ARG hardware_concurrency=""