Skip to content

Commit

Permalink
enable integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Nov 17, 2024
1 parent f40a795 commit be22c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION := $(shell git describe --tags | sed -e 's/^v//g' | awk -F "-" '{print $$1}')
ITERATION := $(shell git describe --tags --long | awk -F "-" '{print $$2}')
TESTFOLDERS := $(shell go list ./... | grep -v /misc/)
TESTFOLDERS := $(shell go list -tags integration,fixtures ./... | grep -v /misc/)

all: test

Expand Down

0 comments on commit be22c44

Please sign in to comment.