mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
e3: enable ci (#7694)
This commit is contained in:
parent
2c39570077
commit
ddfe93b5c9
4
Makefile
4
Makefile
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user