Skip to content

Commit

Permalink
Release build for ARM64 to not sanitize
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Oct 15, 2022
1 parent 1d5d8de commit 6bc8c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
libjemalloc-dev
run: |
cd /seqwish
cmake -H. -DCMAKE_BUILD_TYPE=Debug -Bbuild && cmake --build build -- -j 2
cmake -H. -DCMAKE_BUILD_TYPE=Release -Bbuild && cmake --build build -- -j 2
file bin/seqwish
cd test && make test

0 comments on commit 6bc8c87

Please sign in to comment.