Skip to content

Commit d4cefa2

Browse files
committed
Run doc tests in CI
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent a864f72 commit d4cefa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
run: make -f Makefile fmt-ci
6464
- name: Run cargo clippy
6565
run: make -f Makefile clippy
66+
- name: Run doc tests
67+
run: make -f Makefile doc-test
6668

6769
dependencies:
6870
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)