From f15087d8ce28e46a877868c31136e851a2b29873 Mon Sep 17 00:00:00 2001 From: Geolm Date: Wed, 24 Jan 2024 20:51:24 -0500 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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