diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 5048e16..9b8ee9a 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -28,14 +28,10 @@ jobs: - name: Configure project run: | + mkdir build cd build cmake . - name: Build project run: | make install - - - name: Run tests - run: | - cd build - ctest --output-on-failure