Skip to content

Commit

Permalink
[Minor] Minor fix gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Roessner committed May 15, 2024
1 parent a65f096 commit f002a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test:
- go fmt $(go list ./... | grep -v /vendor/)
- go vet $(go list ./... | grep -v /vendor/)
- go test -short $(go list ./... | grep -v /vendor/)
- go test -race -short $(go list ./... | grep -v /vendor/)
- CGO_ENABLED=1 go test -race -short $(go list ./... | grep -v /vendor/)
cache:
key: "$CI_COMMIT_REF_SLUG"
paths:
Expand Down

0 comments on commit f002a3f

Please sign in to comment.