Skip to content

Commit 75aa0c9

Browse files
committed
ci: include example targets when testing example crates
1 parent 700d7e0 commit 75aa0c9

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
@@ -247,7 +247,7 @@ jobs:
247247
if [ -f "$dir/Cargo.toml" ]; then
248248
if [[ "$dir" != *"wasi"* ]]; then
249249
echo "Testing $dir"
250-
cargo test --manifest-path "$dir/Cargo.toml" --all-features
250+
cargo test --manifest-path "$dir/Cargo.toml" --all-features --all-targets
251251
fi
252252
fi
253253
done

0 commit comments

Comments
 (0)