Fix tests

This commit is contained in:
Andras Schmelczer 2025-07-12 11:35:06 +01:00
parent 65acd9076c
commit 6e27435092
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 4 additions and 8 deletions

View file

@ -53,11 +53,7 @@ jobs:
cargo machete
- name: Test
run: |
cargo test --verbose
cargo test --features serde
cargo test --features wasm
wasm-pack test --node --features wasm
run: scripts/test.sh
publish-crate:
needs: build