Skip to content

Commit

Permalink
chore(revert): earthfile accidental change (#8309)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored and AztecBot committed Sep 1, 2024
1 parent 4b99e1b commit a3bef86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit a3bef86

Please sign in to comment.