diff --git a/.github/workflows/all_push.yml b/.github/workflows/all_push.yml index 18d24dc..9b2416b 100644 --- a/.github/workflows/all_push.yml +++ b/.github/workflows/all_push.yml @@ -37,7 +37,7 @@ jobs: run: cmake --build ${{github.workspace}}/build --parallel - name: Test C++ - run: ctest --test-dir build --verbose --parallel + run: OMP_NUM_THREADS=1 ctest --test-dir build --verbose # - name: Test Python # run: PYTHONPATH=build:$PYTHONPATH pytest -v test \ No newline at end of file