From 7a1c5931f519da49854ca2d3cb2721ef0b79aafb Mon Sep 17 00:00:00 2001 From: Geolm Date: Mon, 22 Jan 2024 11:37:11 -0500 Subject: [PATCH] disabled unit tests on linux --- .github/workflows/cmake-multi-platform.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 090eb8e..77994a2 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -19,10 +19,6 @@ jobs: - name: Build run: cmake --build ${{github.workspace}}/ - - - name: Test - working-directory: ${{github.workspace}}/ - run: ./test build-macos: name: macos