Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,8 @@ jobs:
- name: crates with 'wasm' feature
run: |
set -x
for crate in gix-pack; do
cargo build -p "$crate" --features wasm --target "$TARGET"
done
cargo build -p gix-diff --no-default-features --features wasm --target "$TARGET"
cargo build -p gix-pack --features wasm --target "$TARGET"
- name: gix-pack with all features (including wasm)
run: cargo build -p gix-pack --all-features --target "$TARGET"

Expand Down
Loading