Skip to content

Commit 011763f

Browse files
committed
adding tests
1 parent d5bc4e1 commit 011763f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/s390x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
apt-get update -q -y
2525
apt-get install -y cmake make g++
2626
run: |
27-
cmake -DCMAKE_BUILD_TYPE=Release -B build
27+
cmake -DCMAKE_BUILD_TYPE=Release -B build -DFASTFLOAT_TEST=ON
2828
cmake --build build -j=2
2929
ctest --output-on-failure --test-dir build
3030

0 commit comments

Comments
 (0)