mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-20 05:06:19 +00:00
3 lines
45 B
Makefile
3 lines
45 B
Makefile
export GOPATH=$(shell pwd)
|
|
test:
|
|
go test -v
|