Remove test step from the pipeline as dist target seems to run tests already

This commit is contained in:
2025-10-16 21:23:33 +02:00
parent 1a68502401
commit 1144fb9803
2 changed files with 8 additions and 9 deletions

View File

@@ -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