Skip to content

Commit dfb45dc

Browse files
committed
checkstyle: run doctest tests
Run doctests tests as part of the style step Signed-off-by: Pablo Barbáchano <pablob@amazon.com>
1 parent 85f1a25 commit dfb45dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/devtool

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,8 @@ cmd_mkdocs() {
934934
}
935935

936936
cmd_checkstyle() {
937-
cmd_test --no-build --no-kvm-check -- integration_tests/style -n 4 --dist worksteal
937+
cmd_test --no-build --no-kvm-check -- -n 4 --dist worksteal integration_tests/style
938+
cmd_test --no-build --no-kvm-check -- -n 4 --doctest-modules framework
938939
}
939940

940941
# Check if able to run firecracker.

0 commit comments

Comments
 (0)