summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2024-06-05 12:04:54 -0600
committermo khan <mo@mokhan.ca>2024-06-05 12:04:54 -0600
commitecd4e6ea2b4af6b00406b6c93fe35b3211250a36 (patch)
treeef71000fc7c6bcf47238e7f68e34b3fa628273a4
parent438702b93b556223c731fc127f8729702b9dd221 (diff)
Use mage to build cli in CI
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1abb0c4..baa40d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ go_build:
- apk add --no-cache git
script:
- go install github.com/magefile/mage@latest
- - go build -o stanuki cmd/stanuki/main.go
+ - mage build
go_test:
stage: test