e3: enable ci (#7694)

This commit is contained in:
Alex Sharov 2023-06-09 11:26:26 +07:00 committed by GitHub
parent 2c39570077
commit ddfe93b5c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,14 +148,14 @@ test:
$(GOTEST) --timeout 100s
test3:
$(GOTEST) --timeout 100s -tags $(BUILD_TAGS),erigon3
$(GOTEST) --timeout 100s -tags $(BUILD_TAGS),e3
## test-integration: run integration tests with a 30m timeout
test-integration:
$(GOTEST) --timeout 30m -tags $(BUILD_TAGS),integration
test3-integration:
$(GOTEST) --timeout 30m -tags $(BUILD_TAGS),integration,erigon3
$(GOTEST) --timeout 30m -tags $(BUILD_TAGS),integration,e3
## lint: run golangci-lint with .golangci.yml config file
lint: