From bc6da32e7eb22bd20623b371409ef9eb82149ddf Mon Sep 17 00:00:00 2001 From: "Juan M. Cruz-Martinez" Date: Wed, 6 Sep 2023 11:26:49 +0200 Subject: [PATCH] Test with less tests --- conda-recipe/run_test.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/conda-recipe/run_test.sh b/conda-recipe/run_test.sh index 2799bbf759..762dffc7d3 100644 --- a/conda-recipe/run_test.sh +++ b/conda-recipe/run_test.sh @@ -14,9 +14,3 @@ if [[ "$platformstr" != "Darwin" ]]; then else echo "Skipping tests on Mac" fi - -mkdir bldtest -cd bldtest -cmake .. -DENABLE_TESTS=ON -DBURN_TAG=OFF -make catch_test -j -./libnnpdf/tests/catch_test