mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
ci: enable aa-log tests.
This commit is contained in:
parent
53c4d119d6
commit
9ce1226ee2
@ -9,6 +9,7 @@ variables:
|
||||
|
||||
stages:
|
||||
- lint
|
||||
- test
|
||||
- build
|
||||
- preprocess
|
||||
|
||||
@ -34,6 +35,16 @@ sast:
|
||||
stage: lint
|
||||
|
||||
|
||||
# Code test
|
||||
# ---------
|
||||
|
||||
tests:
|
||||
stage: test
|
||||
image: golang
|
||||
script:
|
||||
- go test ./cmd/aa-log -v -cover
|
||||
|
||||
|
||||
# Package Build
|
||||
# -------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user