This commit is contained in:
Evan Burkey 2023-07-27 15:34:52 -07:00
parent bf3d3db898
commit 10e7bb7102
1 changed files with 9 additions and 0 deletions

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
image: golang:alpine3.18
build:
script:
- go build
test:
script:
- go test