mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
ci: Remove redundant testing from continuous deployment workflow
The runtests script is already run as part of the cmake-controlled testing, so can be removed from the CD workflow like it was from the CI ones.
This commit is contained in:
parent
a496a34b43
commit
79c4235085
7
.github/workflows/continuous_deployment.yml
vendored
7
.github/workflows/continuous_deployment.yml
vendored
@ -62,8 +62,7 @@ jobs:
|
||||
- name: Test
|
||||
run: |
|
||||
cd build
|
||||
ctest --output-on-failure &&
|
||||
cd ../Test && ./runtests
|
||||
ctest --output-on-failure
|
||||
- name: Zip
|
||||
if: ${{ matrix.compiler.cc == 'clang' }}
|
||||
env:
|
||||
@ -122,8 +121,7 @@ jobs:
|
||||
- name: Test
|
||||
run: |
|
||||
cd build
|
||||
ctest --output-on-failure &&
|
||||
cd ../Test && ./runtests
|
||||
ctest --output-on-failure
|
||||
- name: Zip
|
||||
env:
|
||||
ARCHIVE: glslang-main-${{matrix.os.family}}-${{matrix.cmake_build_type}}.zip
|
||||
@ -176,7 +174,6 @@ jobs:
|
||||
run: |
|
||||
cd build
|
||||
ctest -C ${{matrix.cmake_build_type}} --output-on-failure
|
||||
cd ../Test && bash runtests
|
||||
- name: Zip
|
||||
if: ${{ matrix.cmake_build_type == 'Debug' }}
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user