diff --git a/.drone.yml b/.drone.yml index 4416c8522..3cdefe4b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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