Skip to content
Snippets Groups Projects

Update go 1.22

Merged Neil-Jocelyn Schark requested to merge update-go-1.22 into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -47,7 +47,7 @@ show-unit-test-coverage: unit-test
@@ -47,7 +47,7 @@ show-unit-test-coverage: unit-test
go tool cover -html=coverage.out
go tool cover -html=coverage.out
ci-unit-test: ci-install-tools
ci-unit-test: ci-install-tools
ENVIRONMENT=testing gotestsum --junitfile report.xml --format testname -- -short -race $$( go list ./... | grep -v /forks/ | grep -v /mocks ) -v -trimpath -coverprofile=coverage.out -covermode atomic -timeout 30m
ENVIRONMENT=testing gotestsum --junitfile report.xml --format testname -- -short $$( go list ./... | grep -v /forks/ | grep -v /mocks ) -v -trimpath -coverprofile=coverage.out -covermode atomic -timeout 30m
generate-mocks: install-tools
generate-mocks: install-tools
./$(TOOLS_DIR)/mockery --all --dir "./interfaces/"
./$(TOOLS_DIR)/mockery --all --dir "./interfaces/"
Loading