🏁 exclude slow Unicode test

This commit is contained in:
Niels Lohmann 2020-05-12 21:22:47 +02:00
parent 8c44c7b6de
commit 94115a302e
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -10,8 +10,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: cmake - 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 - name: build
run: cmake --build build --parallel 10 run: cmake --build build --parallel 10
- name: test - name: test
run: cd build ; ctest -j 10 -C Release run: cd build ; ctest -j 10 -C Debug --exclude-regex "test-unicode"