From a82b3ad5e9aba5e7cd26dc13c3a6f09684c2643c Mon Sep 17 00:00:00 2001 From: rfl-urbaniak Date: Wed, 11 Sep 2024 10:25:01 -0400 Subject: [PATCH] adding tests to test_all --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 87ec7ac1..3fff98ae 100755 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ test: FORCE test_all: FORCE ./scripts/clean.sh ./scripts/lint.sh + ./scripts/test.sh ./scripts/test_notebooks.sh test_notebooks: FORCE