Commit acdd82d
Changed files (1)
.gitlab-ci.yml
@@ -0,0 +1,4 @@
+test:
+ image: golang:alpine
+ script:
+ - go test ./...