mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 17:23:09 -06:00
4 lines
106 B
Bash
Executable file
4 lines
106 B
Bash
Executable file
#!/bin/sh -eu
|
|
|
|
GOOS=js GOARCH=wasm go test -v -exec "$(pwd)/test/wasm/index.js" ./cmd/dendritejs-pinecone
|