This commit is contained in:
Evan Burkey 2023-12-16 09:45:31 -08:00
parent 3ff5aa4397
commit c6af75fea4
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