We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bc4e1 commit 011763fCopy full SHA for 011763f
.github/workflows/s390x.yml
@@ -24,7 +24,7 @@ jobs:
24
apt-get update -q -y
25
apt-get install -y cmake make g++
26
run: |
27
- cmake -DCMAKE_BUILD_TYPE=Release -B build
+ cmake -DCMAKE_BUILD_TYPE=Release -B build -DFASTFLOAT_TEST=ON
28
cmake --build build -j=2
29
ctest --output-on-failure --test-dir build
30
0 commit comments