Skip to content

Commit 82466b8

Browse files
committed
Add gix-diff WASM check, even though gix-path covers it
This adds an explicit check of `gix-diff` in the WASM jobs, even though the `gix-path` check currently covers `gix-diff` (its `wasm` feature enables the `wasm` feature of its `gix-diff` dependency).
1 parent 29bc973 commit 82466b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ jobs:
461461
- name: crates with 'wasm' feature
462462
run: |
463463
set +x
464-
for crate in gix-pack; do
464+
for crate in gix-diff gix-pack; do
465465
cargo build -p "$crate" --features wasm --target "$TARGET"
466466
done
467467
- name: gix-pack with all features (including wasm)

0 commit comments

Comments
 (0)