ci: Replace test with build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2022-08-18 21:10:12 +02:00
parent f37667e1f5
commit 53ee8a8faf

View file

@ -13,6 +13,6 @@ steps:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- go test
- go build
#