diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 78338f8..ed6042a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,6 +34,6 @@ jobs: - name: build run: cmake --build build --config Release - name: test - run: ctest --test-dir build --output-on-failure --config Release + run: ctest --test-dir build --output-on-failure - name: install run: cmake --install build --config Release \ No newline at end of file