Skip to content

Commit 0b71558

Browse files
committed
CI: Add fuzz to CRATES
The `fuzz` crate should be included in the `CRATES` variable. In `run_task` it is only built (not tested) using `cargo --locked build`.
1 parent 61a028a commit 0b71558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/crates.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# disable verify unused vars, despite the fact that they are used when sourced
55
# shellcheck disable=SC2034
66

7-
# Crates in this workspace to test (excl. fuzz an integration-tests).
8-
CRATES=(".") # Non-workspaces don't have crates.
7+
# Crates in this workspace to test.
8+
CRATES=("." "fuzz")

0 commit comments

Comments
 (0)