Skip to content

Commit

Permalink
fix: use bound checker
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored May 14, 2024
1 parent 61179dc commit f00ffe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
apt-get update -q -y
apt-get install -y cmake make g++ ninja-build git
run: |
cmake -DADA_SANITIZE_WITHOUT_LEAKS=ON -DBUILD_SHARED_LIBS=${{matrix.shared}} -B build
cmake -DADA_SANITIZE_BOUNDS_STRICT=ON -DBUILD_SHARED_LIBS=${{matrix.shared}} -B build
cmake --build build
ctest --test-dir build

0 comments on commit f00ffe2

Please sign in to comment.