workflows: run the unit tests
This commit is contained in:
parent
4c34bcc420
commit
de533f5871
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue