ci: enable aa-log tests.

This commit is contained in:
Alexandre Pujol 2021-12-05 00:21:16 +00:00
parent 53c4d119d6
commit 9ce1226ee2
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

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