Always run tests in CI, not just on main branch

This commit is contained in:
Neale Pickett 2021-10-20 11:30:53 -06:00
parent e349a18861
commit 459d774726
1 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,6 @@ stages:
test:
stage: test
image: golang:1.17
only:
refs:
- main
- merge_requests
script:
- go test -race ./...