diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04f44097..5f1dfcc5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,11 +64,11 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - - name: Run Cmake - run: cmake -S . -B build - - name: Build - run: cmake --build build --parallel - - name: Run tests - run: | - cd build - ctest --rerun-failed --output-on-failure . --verbose -j \ No newline at end of file + - name: Run Cmake + run: cmake -S . -B build + - name: Build + run: cmake --build build --parallel + - name: Run tests + run: | + cd build + ctest --rerun-failed --output-on-failure . --verbose -j \ No newline at end of file