ci: run on ubuntu 24.04 & enable make check.
This commit is contained in:
parent
afb1831fc3
commit
1e28428574
3 changed files with 13 additions and 6 deletions
|
|
@ -63,6 +63,11 @@ tests:
|
|||
- go test $(go list ./pkg/... | grep -v /pkg/paths) -v -cover -coverprofile=coverage.out
|
||||
- go tool cover -func=coverage.out
|
||||
|
||||
check:
|
||||
stage: lint
|
||||
image: registry.gitlab.com/roddhjav/builders/archlinux
|
||||
script:
|
||||
- make check
|
||||
|
||||
# Package Build
|
||||
# -------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue