1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-09 05:22:48 +03:00

🔧 skip slow tests

This commit is contained in:
Niels Lohmann
2021-05-09 13:00:35 +02:00
parent f3193e1e94
commit 42f2512290

View File

@@ -16,7 +16,7 @@ steps:
- cd ..
- mkdir build
- cd build
- ../cmake-3.20.2/bin/cmake ..
- ../cmake-3.20.2/bin/cmake .. -DJSON_FastTests=ON
- make -j10
- cd test
- ../../cmake-3.20.2/bin/ctest -j10