mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 19:01:31 +00:00
Move coverage testing to meson-gcc-newshell-tests (#17643)
Previosly used meson-gcc-tests which isn't run on pull requests.
This commit is contained in:
parent
8b0bb10ea8
commit
8e07354cdd
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -44,8 +44,6 @@ jobs:
|
||||
os: ubuntu-latest
|
||||
build_system: meson
|
||||
compiler: gcc
|
||||
meson_options: -Db_coverage=true
|
||||
coverage: true
|
||||
run_tests: true
|
||||
enabled: ${{ github.event_name != 'pull_request' }}
|
||||
timeout: 45
|
||||
@ -59,8 +57,6 @@ jobs:
|
||||
os: ubuntu-latest
|
||||
build_system: meson
|
||||
compiler: gcc
|
||||
meson_options: -Db_coverage=true
|
||||
coverage: true
|
||||
enabled: ${{ github.event_name == 'pull_request' }}
|
||||
timeout: 45
|
||||
- name: linux-meson-gcc-newshell-tests
|
||||
@ -69,8 +65,10 @@ jobs:
|
||||
compiler: gcc
|
||||
newshell: true
|
||||
run_tests: true
|
||||
meson_options: -Db_coverage=true
|
||||
coverage: true
|
||||
enabled: true
|
||||
timeout: 45
|
||||
timeout: 50
|
||||
- name: macos-clang-tests
|
||||
os: macos-latest
|
||||
build_system: acr
|
||||
|
Loading…
Reference in New Issue
Block a user