CI: enable CI tests for documentation

This commit is contained in:
Ariadne Conill 2020-10-24 08:42:26 -06:00
parent dcbb3be15b
commit da751ce14d

View file

@ -18,5 +18,8 @@ jobs:
- name: Build - name: Build
run: make run: make
- name: Build documentation
run: make docs
- name: Run tests - name: Run tests
run: make check run: make check