Skip to content

Commit

Permalink
draft: build integration-tests to try to debug golangci-lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevmatos committed Oct 11, 2024
1 parent c0a9058 commit e3ed7ce
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
Expand Up @@ -178,7 +178,7 @@ lint-go-relayer:

.PHONY: lint-go-test
lint-go-test:
cd ./integration-tests && golangci-lint --color=always --exclude=dot-imports --out-format checkstyle:golangci-lint-integration-tests-report.xml run
cd ./integration-tests && mkdir build && go test -c -o ./build ./... && golangci-lint --color=always --exclude=dot-imports --out-format checkstyle:golangci-lint-integration-tests-report.xml run

.PHONY: test-go
test-go: test-unit-go test-unit-go-race test-integration-go
Expand Down

0 comments on commit e3ed7ce

Please sign in to comment.