From 8394c60c2018dd4310bee671cad823fb80f32678 Mon Sep 17 00:00:00 2001 From: Geolm Date: Mon, 29 Jan 2024 16:37:23 -0500 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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