Remove test step from the pipeline as dist target seems to run tests already
This commit is contained in:
@@ -40,8 +40,6 @@ jobs:
|
||||
run: meson setup builddir -Db_coverage=true
|
||||
- name: build and test dist package
|
||||
run: ninja -C builddir dist
|
||||
- name: run unit tests
|
||||
run: ninja -C builddir test
|
||||
- name: calculate coverage
|
||||
run: ninja -C builddir coverage-text
|
||||
- name: Coverage report
|
||||
|
||||
Reference in New Issue
Block a user