We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f1a25 commit dfb45dcCopy full SHA for dfb45dc
tools/devtool
@@ -934,7 +934,8 @@ cmd_mkdocs() {
934
}
935
936
cmd_checkstyle() {
937
- cmd_test --no-build --no-kvm-check -- integration_tests/style -n 4 --dist worksteal
+ 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
939
940
941
# Check if able to run firecracker.
0 commit comments