diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-11 12:01:56 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-11 12:01:56 -0600 |
| commit | d0eae684cbeb5cf4a6b8a5a23ce9878034c9cbd7 (patch) | |
| tree | 87ed0e036f13d1b43c82a1cc00e655f23b8922f0 | |
| parent | c3a5cae20e431770a954aa1faf807b01fe1666c6 (diff) | |
chore: decouple gitlab ci from make
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3202b26..ac28cda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,10 +16,4 @@ unit: image: golang:alpine stage: test script: - - make test - -integration: - image: golang:alpine - stage: test - script: - - make integration-test + - go test ./... |
