From 3d3abb514173343e0f37712646ade9752ad7eb18 Mon Sep 17 00:00:00 2001 From: Paul Landes Date: Wed, 18 Sep 2024 21:29:16 -0500 Subject: [PATCH] add github workflow integration tests --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d58a1c..87642c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,5 +32,8 @@ jobs: - name: Prepare tests run: 'make info deps' + - name: Install test resoiurces + run: 'pip install plac' + - name: Run tests run: 'make testall'