diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b3e2cfd..05a5431 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,3 @@ jobs: cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF` cmake --install ./build - - - name: Run tests - run: | - cd ./build && ctest --output-on-failure