Skip to content

Commit

Permalink
ci debug asan
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Apr 29, 2024
1 parent 5716926 commit 6f89d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f89d87

Please sign in to comment.