mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-01-01 03:12:18 +08:00
adding tests
This commit is contained in:
parent
d5bc4e1b2e
commit
011763f31c
2
.github/workflows/s390x.yml
vendored
2
.github/workflows/s390x.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user