workflows: run the unit tests
All checks were successful
/ build-hamnet70 (push) Successful in 38s
/ build-doc (push) Successful in 17s
/ deploy-doc (push) Has been skipped

This commit is contained in:
Thomas Kolb 2025-02-15 01:51:53 +01:00
commit de533f5871

View file

@ -8,3 +8,4 @@ jobs:
- uses: actions/checkout@v4
- run: cd impl && cp src/config.h.template src/config.h && sed -i 's/undefined/"TESTCALL"/' src/config.h
- run: cd impl && ./make.sh
- run: cd impl/build/test/unittest/ && find . -maxdepth 1 -perm /u+x -type f | while read exe; do "$exe"; done