Add test-lib to CI

This commit is contained in:
Justin Ethier 2024-01-29 18:17:54 -08:00
parent 3019527c0e
commit d46c4cb9d8

View file

@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v1
- name: Install doxygen
run: sudo apt-get install doxygen
- name: make test-lib
run: make test-lib && ./test-lib
- name: make doc
run: make doc && tar -cf html.tar html && bzip2 html.tar