Skip to content

Commit

Permalink
Fix some CI test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Aug 9, 2024
1 parent e263ae1 commit 393541b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
if: ${{ matrix.rust != '1.64' }}
run: |
cargo hack check --all \
--exclude numcodecs-python \
--exclude numcodecs-zstd \
--feature-powerset --keep-going \
--target wasm32-wasi
Expand Down
2 changes: 1 addition & 1 deletion crates/numcodecs-wasm-guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ wit-bindgen = { workspace = true, features = ["macros", "realloc"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
format_serde_error = { workspace = true, features = ["serde_json"] }
ndarray = { workspace = true }
ndarray = { workspace = true, features = ["std"] }
serde = { workspace = true }
serde_json = { workspace = true, features = ["std"] }
thiserror = { workspace = true }
Expand Down

0 comments on commit 393541b

Please sign in to comment.