mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-13 23:40:39 +00:00
4 lines
45 B
Makefile
4 lines
45 B
Makefile
|
export GOPATH=$(shell pwd)
|
||
|
test:
|
||
|
go test -v
|