mirror of https://github.com/dirtbags/moth.git
Try to fix CI/CD build for tags
This commit is contained in:
parent
d2971ee740
commit
a3d0f55160
|
@ -8,6 +8,7 @@ Run unit tests:
|
|||
only:
|
||||
refs:
|
||||
- main
|
||||
- tags
|
||||
- merge_requests
|
||||
script:
|
||||
- go test -coverprofile=coverage.txt -covermode=atomic -race ./...
|
||||
|
@ -28,6 +29,7 @@ Generage coverage XML:
|
|||
only:
|
||||
refs:
|
||||
- main
|
||||
- tags
|
||||
- merge_requests
|
||||
artifacts:
|
||||
reports:
|
||||
|
|
Loading…
Reference in New Issue