Skip to content

Commit 67536a0

Browse files
committed
test gix-sec for WASI
This would allow tests for crates that have partial support as well.
1 parent ce2fc62 commit 67536a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ jobs:
177177
- name: Install Rust
178178
run: rustup update stable && rustup default stable && rustup target add ${{ matrix.target }}
179179
- uses: Swatinem/rust-cache@v2
180+
- run: set +x; for name in gix-sec; do (cd $name && cargo build --target ${{ matrix.target }}); done
181+
name: "WASI only: crates without feature toggle"
182+
if: endsWith(matrix.target, '-wasi')
180183
- run: set +x; for name in gix-actor gix-attributes gix-bitmap gix-chunk gix-command gix-commitgraph gix-config-value gix-date gix-glob gix-hash gix-hashtable gix-mailmap gix-object gix-packetline gix-path gix-pathspec gix-prompt gix-quote gix-refspec gix-revision gix-traverse gix-url gix-validate; do (cd $name && cargo build --target ${{ matrix.target }}); done
181184
name: crates without feature toggles
182185
- run: set +x; for feature in progress fs-walkdir-parallel parallel io-pipe crc32 zlib zlib-rust-backend fast-sha1 rustsha1 cache-efficiency-debug; do (cd gix-features && cargo build --features $feature --target ${{ matrix.target }}); done

0 commit comments

Comments
 (0)