mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-04 23:19:03 +01:00
4 lines
106 B
Bash
4 lines
106 B
Bash
|
#!/bin/sh -eu
|
||
|
|
||
|
GOOS=js GOARCH=wasm go test -v -exec "$(pwd)/test/wasm/index.js" ./cmd/dendritejs-pinecone
|