fix: Filters from list and regex both match (#2)
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
763359c3d6
commit
9cff851021
6 changed files with 254 additions and 41 deletions
4
Makefile
4
Makefile
|
@ -16,8 +16,8 @@ release:
|
|||
(cd bin && tar czf ${BINARY}-${APPVERSION}-${GOOS}-${GOARCH}.tar.gz ${BINARY})
|
||||
|
||||
test:
|
||||
go test base/*
|
||||
go test terminator/*
|
||||
go test -cover base/*
|
||||
go test -cover terminator/*
|
||||
|
||||
clean:
|
||||
rm -rf bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue