adding tests

This commit is contained in:
Daniel Lemire 2025-12-31 13:46:53 -05:00
parent d5bc4e1b2e
commit 011763f31c

View File

@ -24,7 +24,7 @@ jobs:
apt-get update -q -y
apt-get install -y cmake make g++
run: |
cmake -DCMAKE_BUILD_TYPE=Release -B build
cmake -DCMAKE_BUILD_TYPE=Release -B build -DFASTFLOAT_TEST=ON
cmake --build build -j=2
ctest --output-on-failure --test-dir build