Skip to content

Commit 7815e38

Browse files
committed
ci: include example targets when testing example crates
1 parent b50fade commit 7815e38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
if [ -f "$dir/Cargo.toml" ]; then
260260
if [[ "$dir" != *"wasi"* ]]; then
261261
echo "Testing $dir"
262-
cargo test --manifest-path "$dir/Cargo.toml" --all-features
262+
cargo test --manifest-path "$dir/Cargo.toml" --all-features --all-targets
263263
fi
264264
fi
265265
done

0 commit comments

Comments
 (0)