From 459d7747266e16f451835d29bca2e9df31121b90 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 20 Oct 2021 11:30:53 -0600 Subject: [PATCH] Always run tests in CI, not just on main branch --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7682c41..725caaa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,10 +5,6 @@ stages: test: stage: test image: golang:1.17 - only: - refs: - - main - - merge_requests script: - go test -race ./...