CI: Run unit test once, not once per platform

This commit is contained in:
Mattias Walström
2026-02-27 11:06:30 +01:00
parent 147ffe602f
commit 002c7791ec
3 changed files with 125 additions and 7 deletions
-4
View File
@@ -133,10 +133,6 @@ jobs:
podman rm -af || true
pkill -9 -f rootlessport || true
- name: Unit Test ${{ env.TARGET }}
run: |
make test-unit
- name: Prepare parallel build
id: parallel
run: |