mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 17:29:11 +00:00
5 lines
56 B
Makefile
5 lines
56 B
Makefile
.PHONY: test
|
|
test:
|
|
@GOOS=js GOARCH=wasm go test ./...
|
|
|