Commit d0eae68

mo khan <mo@mokhan.ca>
2025-04-11 18:01:56
chore: decouple gitlab ci from make
1 parent c3a5cae
Changed files (1)
.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 ./...