From d0eae684cbeb5cf4a6b8a5a23ce9878034c9cbd7 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 11 Apr 2025 12:01:56 -0600 Subject: chore: decouple gitlab ci from make --- .gitlab-ci.yml | 8 +------- 1 file changed, 1 insertion(+), 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 ./... -- cgit v1.2.3