From 3a2fd088882189871b53773ed79367f57060cb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Negovanovi=C4=87?= Date: Fri, 1 Dec 2023 13:13:09 +0100 Subject: [PATCH] Rebase fix --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7e1b7ac..e1303d5 100644 --- a/Makefile +++ b/Makefile @@ -105,6 +105,7 @@ help: ## Prints the help .PHONY: e2e-tests e2e-tests: ## Runs E2E tests + go test -v -timeout=30m github.com/0xPolygon/beethoven/test .PHONY: unit-tests unit-tests: ## Runs unit tests