diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 7e83b2e..783ed99 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -22,7 +22,10 @@ jobs: - name: Test working-directory: ${{github.workspace}}/ - run: ./test_precision && ./test_fast && ./benchmark_precision && ./benchmark_fast + run: ./test_precision + ./test_fast + ./benchmark_precision + ./benchmark_test build-macos: name: macos