diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 819405c..2850bfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,4 +68,4 @@ jobs: - name: Build run: cmake --build _build --config ${{ matrix.build_type }} - name: Test - run: cmake -E chdir _build ctest --build-config ${{ matrix.build_type }} --output-in-failure + run: cmake -E chdir _build ctest --build-config ${{ matrix.build_type }}