Archived
3
0

remove some bloat from cd pipeline

This commit is contained in:
2025-03-09 23:50:12 +01:00
parent cd62cacb62
commit 1793b092b3
7 changed files with 50 additions and 192 deletions

View File

@@ -20,6 +20,6 @@ jobs:
- name: Test client
run: make client_test
- name: Build server
run: make build
run: make target/debug/zmp24
- name: Test server
run: make test