We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a028a commit 0b71558Copy full SHA for 0b71558
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