We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a864f72 commit d4cefa2Copy full SHA for d4cefa2
1 file changed
.github/workflows/ci.yml
@@ -63,6 +63,8 @@ jobs:
63
run: make -f Makefile fmt-ci
64
- name: Run cargo clippy
65
run: make -f Makefile clippy
66
+ - name: Run doc tests
67
+ run: make -f Makefile doc-test
68
69
dependencies:
70
runs-on: ubuntu-latest
0 commit comments