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

This commit was merged in pull request #9.
This commit is contained in:
2025-04-06 09:19:01 +02:00
parent 2eb7b3c2f1
commit 2bea87b39a

View File

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