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 de2370b commit f4752d1Copy full SHA for f4752d1
contrib/crates.sh
@@ -4,5 +4,5 @@
4
# disable verify unused vars, despite the fact that they are used when sourced
5
# shellcheck disable=SC2034
6
7
-# Crates in this workspace to test (excl. fuzz an integration-tests).
8
-CRATES=(".") # Non-workspaces don't have crates.
+# Crates in this workspace to test.
+CRATES=("." "fuzz")
0 commit comments