From a566f701456e27402db50acd0c65fd43c764a774 Mon Sep 17 00:00:00 2001 From: 7400 <7400> Date: Sat, 21 Oct 2023 14:22:39 -0700 Subject: [PATCH 1/2] gitignore /broadcast --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ab70163..c1b9b27 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /gen /lib /foundry.toml +/broadcast From 727be0aa0e582a044c08d9b7c1c1a119b97e76dd Mon Sep 17 00:00:00 2001 From: 7400 <7400> Date: Tue, 24 Oct 2023 14:29:07 -0700 Subject: [PATCH 2/2] Always build before test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5dc7fe4..23a0f63 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -tests: +tests: build bin/test.sh build: