From 82de1f536798c1458adb8d70f036def634e790e0 Mon Sep 17 00:00:00 2001 From: Paul Landes Date: Wed, 18 Sep 2024 21:27:30 -0500 Subject: [PATCH] add github workflow integration tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7e11e7c..3d58a1c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,4 +33,4 @@ jobs: run: 'make info deps' - name: Run tests - run: 'make test' + run: 'make testall'