Github: Remove regression tests from build workflow
This commit is contained in:
11
.github/workflows/ci-build.yml
vendored
11
.github/workflows/ci-build.yml
vendored
@@ -58,9 +58,6 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: cd build && make -j2
|
run: cd build && make -j2
|
||||||
|
|
||||||
- name: Test
|
|
||||||
run: cd build && make -j2 test
|
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
name: Windows
|
name: Windows
|
||||||
|
|
||||||
@@ -99,11 +96,6 @@ jobs:
|
|||||||
rm -f opengfx-all.zip
|
rm -f opengfx-all.zip
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Test
|
|
||||||
run: |
|
|
||||||
cd ${{ runner.workspace }}/build
|
|
||||||
ctest -C Debug
|
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
name: Mac OS
|
name: Mac OS
|
||||||
|
|
||||||
@@ -137,6 +129,3 @@ jobs:
|
|||||||
- uses: ammaraskar/gcc-problem-matcher@master
|
- uses: ammaraskar/gcc-problem-matcher@master
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cd build && make -j2
|
run: cd build && make -j2
|
||||||
|
|
||||||
- name: Test
|
|
||||||
run: cd build && make -j2 test
|
|
||||||
|
|||||||
Reference in New Issue
Block a user