CI: enable CI tests for documentation
This commit is contained in:
parent
dcbb3be15b
commit
da751ce14d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -18,5 +18,8 @@ jobs:
|
|||
- name: Build
|
||||
run: make
|
||||
|
||||
- name: Build documentation
|
||||
run: make docs
|
||||
|
||||
- name: Run tests
|
||||
run: make check
|
||||
|
|
Loading…
Reference in a new issue