Skip to content

Commit

Permalink
Uncomment Makefile (#12251)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 authored Oct 8, 2024
1 parent 6082dd9 commit 4a28b7f
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 @@ -172,7 +172,7 @@ test-erigon-ext:
@cd tests/erigon-ext-test && ./test.sh $(GIT_COMMIT)

## test: run unit tests with a 100s timeout
test: # test-erigon-lib
test: test-erigon-lib
$(GOTEST) --timeout 10m -coverprofile=coverage.out

## test-integration: run integration tests with a 30m timeout
Expand Down

0 comments on commit 4a28b7f

Please sign in to comment.