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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user