Skip to content
Snippets Groups Projects
Commit bd44e050 authored by Jono Wenger's avatar Jono Wenger
Browse files

Fix Makefile

parent cd754b15
No related branches found
No related tags found
1 merge request!116XX-4684 / Use new wasm-utils repo
......@@ -43,7 +43,7 @@ wasm_tests:
cp $(wasmException)/throws.go $(wasmException)/throws.go.bak
> $(wasmException)/throw_js.s
cp $(wasmException)/throws.dev $(wasmException)/throws.go
-GOOS=js GOARCH=wasm go test -v ./worker/... -run TestManager_[rR]
-GOOS=js GOARCH=wasm go test -v ./...
mv $(wasmException)/throw_js.s.bak $(wasmException)/throw_js.s
mv $(wasmException)/throws.go.bak $(wasmException)/throws.go
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment