gitlab ci

This commit is contained in:
Evan Burkey 2023-07-06 14:45:06 -07:00
parent f824788c59
commit c46b22f179
1 changed files with 9 additions and 0 deletions

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
image: golang:1.20
build:
script:
- go build
test:
script:
- go test