Skip to content

Commit 1331575

Browse files
loresusopoiana
authored andcommitted
chore: add coverage when running make test
Signed-off-by: Lorenzo Susini <[email protected]>
1 parent e93a348 commit 1331575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ BUILD_DATE?=$(shell date -u '+%Y-%m-%d_%H:%M:%S')
1515
PROJECT?=github.com/falcosecurity/falcoctl
1616

1717
# todo(leogr): re-enable race when CLI tests can run with race enabled
18-
TEST_FLAGS ?= -v # -race
18+
TEST_FLAGS ?= -v -cover# -race
1919

2020
.PHONY: falcoctl
2121
falcoctl:

0 commit comments

Comments
 (0)