We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e19bb commit 04c01f6Copy full SHA for 04c01f6
Makefile
@@ -70,7 +70,7 @@ integration/testdata/fixtures/images/*.tar.gz: $(GOBIN)/crane
70
# Run integration tests
71
.PHONY: test-integration
72
test-integration: integration/testdata/fixtures/images/*.tar.gz
73
- go test -v -tags=integration ./integration/...
+ go test -v -tags=integration ./integration/... ./pkg/fanal/test/integration/...
74
75
# Run WASM integration tests
76
.PHONY: test-module-integration
0 commit comments