Skip to content

Commit

Permalink
Add test-lib to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Jan 30, 2024
1 parent 3019527 commit d46c4cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d46c4cb

Please sign in to comment.