🔧 skip slow tests

pull/2771/head
Niels Lohmann 2021-05-09 13:00:35 +02:00
parent f3193e1e94
commit 42f2512290
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
1 changed files with 1 additions and 1 deletions

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