diff --git a/.github/workflows/code_testing.yml b/.github/workflows/code_testing.yml index 3a52451..348a1a3 100644 --- a/.github/workflows/code_testing.yml +++ b/.github/workflows/code_testing.yml @@ -74,7 +74,7 @@ jobs: - name: Run tests working-directory: build - run: ctest --verbose -j2 + run: ctest --verbose -j2 -E ".*benchmark.* - name: Run examples working-directory: build