From 1c2720997010f21fd567868b52fec932abbdfee4 Mon Sep 17 00:00:00 2001 From: Paul Landes Date: Tue, 5 Dec 2023 17:39:16 -0600 Subject: [PATCH] more CI unit testing --- .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 e390b4e..fac5217 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: run: python -c "import sys; print(sys.version)" - name: Prepare tests - run: 'make info deps' + run: 'make info deps scoredeps' - name: Run tests run: 'make test'