diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 1be9831..384db56 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -22,8 +22,7 @@ jobs: - name: Test working-directory: ${{github.workspace}}/ - run: ./test_precision - ./test_fast + run: ./test_precision && ./test_fast build-macos: name: macos