We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e907f5 commit 9221decCopy full SHA for 9221dec
Makefile
@@ -0,0 +1,7 @@
1
+build:
2
+ hack/build-go.sh
3
+.PHONY: build
4
+
5
+test:
6
+ go test ./...
7
+.PHONY: test
0 commit comments