Try to fix CI/CD build for tags

This commit is contained in:
Neale Pickett 2023-04-13 15:32:15 -06:00
parent d2971ee740
commit a3d0f55160
1 changed files with 2 additions and 0 deletions

View File

@ -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: