mirror of
https://github.com/nlohmann/json.git
synced 2025-08-09 05:22:48 +03:00
🏁 exclude slow Unicode test
This commit is contained in:
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@@ -10,8 +10,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: cmake
|
||||
run: cmake -S . -B build -G "Visual Studio 16 2019" -D CMAKE_BUILD_TYPE=Release
|
||||
run: cmake -S . -B build -G "Visual Studio 16 2019" -D CMAKE_BUILD_TYPE=Debug
|
||||
- name: build
|
||||
run: cmake --build build --parallel 10
|
||||
- name: test
|
||||
run: cd build ; ctest -j 10 -C Release
|
||||
run: cd build ; ctest -j 10 -C Debug --exclude-regex "test-unicode"
|
||||
|
Reference in New Issue
Block a user