mirror of https://github.com/dirtbags/moth.git
Always run tests in CI, not just on main branch
This commit is contained in:
parent
e349a18861
commit
459d774726
|
@ -5,10 +5,6 @@ stages:
|
|||
test:
|
||||
stage: test
|
||||
image: golang:1.17
|
||||
only:
|
||||
refs:
|
||||
- main
|
||||
- merge_requests
|
||||
script:
|
||||
- go test -race ./...
|
||||
|
||||
|
|
Loading…
Reference in New Issue