Skip to content

Commit

Permalink
Try to fix CI/CD build for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Neale Pickett committed Apr 13, 2023
1 parent d2971ee commit a3d0f55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Run unit tests:
only:
refs:
- main
- tags
- merge_requests
script:
- go test -coverprofile=coverage.txt -covermode=atomic -race ./...
Expand All @@ -28,6 +29,7 @@ Generage coverage XML:
only:
refs:
- main
- tags
- merge_requests
artifacts:
reports:
Expand Down

0 comments on commit a3d0f55

Please sign in to comment.