diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 384db56..e7248e7 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -39,8 +39,7 @@ jobs: - name: Test working-directory: ${{github.workspace}}/ - run: ./test_precision - ./test_fast + run: ./test_precision && ./test_fast build-windows: name: windows @@ -59,5 +58,4 @@ jobs: - name: Test working-directory: ${{github.workspace}}\tests\Debug - run: ./test_precision - ./test_fast + run: ./test_precision && ./test_fast