mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-09 11:16:45 +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
|
cd build32
|
||||||
cmake -DFASTFLOAT_TEST=ON ..
|
cmake -DFASTFLOAT_TEST=ON ..
|
||||||
cmake --build . --verbose
|
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
|
cd build64
|
||||||
cmake -DFASTFLOAT_TEST=ON ..
|
cmake -DFASTFLOAT_TEST=ON ..
|
||||||
cmake --build . --verbose
|
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
|
buildWithCMakeArgs: --config Release
|
||||||
|
|
||||||
- name: 'Run CTest'
|
- 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"
|
working-directory: "${{ github.workspace }}/../../_temp/windows"
|
||||||
Loading…
x
Reference in New Issue
Block a user