mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 09:16:50 +08:00
Targeting the test.
This commit is contained in:
parent
0da898d5aa
commit
87bba4436f
2
.github/workflows/mingw-ci.yml
vendored
2
.github/workflows/mingw-ci.yml
vendored
@ -46,4 +46,4 @@ jobs:
|
||||
cd build32
|
||||
cmake -DFASTFLOAT_TEST=ON ..
|
||||
cmake --build . --verbose
|
||||
ctest -j4 --output-on-failure
|
||||
ctest -j4 --output-on-failure -R basictest
|
||||
2
.github/workflows/mingw64-ci.yml
vendored
2
.github/workflows/mingw64-ci.yml
vendored
@ -46,4 +46,4 @@ jobs:
|
||||
cd build64
|
||||
cmake -DFASTFLOAT_TEST=ON ..
|
||||
cmake --build . --verbose
|
||||
ctest -j4 --output-on-failure
|
||||
ctest -j4 --output-on-failure -R basictest
|
||||
2
.github/workflows/vs16-clang-ninja-ci.yml
vendored
2
.github/workflows/vs16-clang-ninja-ci.yml
vendored
@ -21,5 +21,5 @@ jobs:
|
||||
buildWithCMakeArgs: --config Release
|
||||
|
||||
- name: 'Run CTest'
|
||||
run: ctest -C Release --output-on-failure
|
||||
run: ctest -C Release --output-on-failure -R basictest
|
||||
working-directory: "${{ github.workspace }}/../../_temp/windows"
|
||||
Loading…
x
Reference in New Issue
Block a user