diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index a22b167..c9ca0ea 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -71,12 +71,6 @@ jobs: - name: Run example run: ${{github.workspace}}/build/main - - name: Run simple - run: ${{github.workspace}}/build/simple - - - name: Run test_omp - run: ${{github.workspace}}/build/test_omp - # - name: clang-tidy # run: make clang-tidy # cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Debug --target clang-tidy -j