summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2024-06-05 12:02:59 -0600
committermo khan <mo@mokhan.ca>2024-06-05 12:02:59 -0600
commitf91092d153673657d44921312f009c0d338a911a (patch)
tree559f46a45805a3e88af706779182855b9c229237
parentc9279cc7fe343e0622dc45da97487ab181ac5f96 (diff)
Use mage to run tests 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 ad62148..1abb0c4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,4 +22,4 @@ go_test:
- apk add --no-cache git
script:
- go install github.com/magefile/mage@latest
- - go test -v ./...
+ - mage test