From 6f89d87885ded2398e625a0e62819c802729f0a9 Mon Sep 17 00:00:00 2001 From: Peter Rindal Date: Mon, 29 Apr 2024 16:26:39 -0700 Subject: [PATCH] ci debug asan --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 38a3ebd..22b031a 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -217,7 +217,7 @@ jobs: # Runs a set of commands using the runners shell - name: build libOTe - run: python3 build.py --par=1 -D ENABLE_ALL_OT=ON -D ENABLE_RELIC=ON -DENABLE_ASAN=true -DENABLE_RELIC=OFF -G Ninja -DCMAKE_BUILT_TYPE=Debug + run: python3 build.py --par=1 -D ENABLE_ALL_OT=ON -DENABLE_ASAN=true -DENABLE_RELIC=OFF -G Ninja -DCMAKE_BUILD_TYPE=Debug - name: unit test