mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
erigon3: integration tests makefile #5621
This commit is contained in:
parent
25a7cb38ef
commit
18f5f45d68
5
Makefile
5
Makefile
@ -134,12 +134,15 @@ test:
|
||||
$(GOTEST) --timeout 50s
|
||||
|
||||
test3:
|
||||
$(GOTEST) --timeout 50s -tags erigon3
|
||||
$(GOTEST) --timeout 50s -tags $(BUILD_TAGS),erigon3
|
||||
|
||||
## 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
|
||||
|
||||
## lint: run golangci-lint with .golangci.yml config file
|
||||
lint:
|
||||
@./build/bin/golangci-lint run --config ./.golangci.yml
|
||||
|
Loading…
Reference in New Issue
Block a user