Run tests in the validate gitea action
All checks were successful
Validate the build / validate-build (push) Successful in 29s

This commit is contained in:
omicron 2025-04-06 09:19:01 +02:00
parent 2eb7b3c2f1
commit 2bea87b39a

View File

@ -34,3 +34,7 @@ jobs:
- name: make validate - name: make validate
run: | run: |
make validate make validate
- name: make test
run: |
make test