Skip to content

Commit 04c01f6

Browse files
committed
run integration tests in fanal
1 parent 86e19bb commit 04c01f6

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
@@ -70,7 +70,7 @@ integration/testdata/fixtures/images/*.tar.gz: $(GOBIN)/crane
7070
# Run integration tests
7171
.PHONY: test-integration
7272
test-integration: integration/testdata/fixtures/images/*.tar.gz
73-
go test -v -tags=integration ./integration/...
73+
go test -v -tags=integration ./integration/... ./pkg/fanal/test/integration/...
7474

7575
# Run WASM integration tests
7676
.PHONY: test-module-integration

0 commit comments

Comments
 (0)