mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-18 08:26:45 +02:00
4 lines
45 B
Makefile
4 lines
45 B
Makefile
export GOPATH=$(shell pwd)
|
|
test:
|
|
go test -v
|