mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 09:49:12 +00:00
5 lines
56 B
Makefile
5 lines
56 B
Makefile
![]() |
.PHONY: test
|
||
|
test:
|
||
|
@GOOS=js GOARCH=wasm go test ./...
|
||
|
|