5 lines
89 B
Makefile
Raw Normal View History

2023-04-19 22:58:45 +09:00
.PHONY: test
test:
2024-01-05 00:03:52 +09:00
@PATH=$(CURDIR)/misc/wasm:$(PATH) GOOS=js GOARCH=wasm go test ./...
2023-04-19 22:58:45 +09:00