5 lines
56 B
Makefile
Raw Normal View History

2023-04-19 22:58:45 +09:00
.PHONY: test
test:
@GOOS=js GOARCH=wasm go test ./...