Skip to content

Commit

Permalink
warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Jun 12, 2024
1 parent 5961844 commit 6e4fdc8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ jobs:
run: python3 build.py --par=4 -D ENABLE_ALL_OT=ON -DENABLE_CIRCUITS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_ASAN=ON -DENABLE_MOCK_OT=true -DMACORO_GIT_TAG=89e65ddf327d642bc60a7ff2209fb9186a300d33

- name: unit tests
run: ./out/build/linux/frontend/frontend_libOTe -u
run: |
pwd
ls .out
ls .out/build
ls .out/build/linux
ls .out/build/linux/frontend
./out/build/linux/frontend/frontend_libOTe -u

- name: find source tree
Expand Down

0 comments on commit 6e4fdc8

Please sign in to comment.