From 5aac3d71ee0683a0cac019867e7dabff22d50baa Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sun, 13 Dec 2020 15:32:29 +0000 Subject: [PATCH] Github: Remove regression tests from build workflow --- .github/workflows/ci-build.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8786c079be..da1d4232f2 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -58,9 +58,6 @@ jobs: - name: Build run: cd build && make -j2 - - name: Test - run: cd build && make -j2 test - windows: name: Windows @@ -99,11 +96,6 @@ jobs: rm -f opengfx-all.zip shell: bash - - name: Test - run: | - cd ${{ runner.workspace }}/build - ctest -C Debug - macos: name: Mac OS @@ -137,6 +129,3 @@ jobs: - uses: ammaraskar/gcc-problem-matcher@master - name: Build run: cd build && make -j2 - - - name: Test - run: cd build && make -j2 test