ci: enable aa-log tests.
This commit is contained in:
parent
53c4d119d6
commit
9ce1226ee2
1 changed files with 11 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ variables:
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
|
- test
|
||||||
- build
|
- build
|
||||||
- preprocess
|
- preprocess
|
||||||
|
|
||||||
|
|
@ -34,6 +35,16 @@ sast:
|
||||||
stage: lint
|
stage: lint
|
||||||
|
|
||||||
|
|
||||||
|
# Code test
|
||||||
|
# ---------
|
||||||
|
|
||||||
|
tests:
|
||||||
|
stage: test
|
||||||
|
image: golang
|
||||||
|
script:
|
||||||
|
- go test ./cmd/aa-log -v -cover
|
||||||
|
|
||||||
|
|
||||||
# Package Build
|
# Package Build
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue