2024-01-05 00:03:52 +09:00

5 lines
89 B
Makefile

.PHONY: test
test:
@PATH=$(CURDIR)/misc/wasm:$(PATH) GOOS=js GOARCH=wasm go test ./...