diff options
| author | mo khan <mo@mokhan.ca> | 2024-06-05 12:02:59 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2024-06-05 12:02:59 -0600 |
| commit | f91092d153673657d44921312f009c0d338a911a (patch) | |
| tree | 559f46a45805a3e88af706779182855b9c229237 | |
| parent | c9279cc7fe343e0622dc45da97487ab181ac5f96 (diff) | |
Use mage to run tests in CI
| -rw-r--r-- | .gitlab-ci.yml | 2 |
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 |
