From 39960e1ae862a01ad75893cb6da2ae2e3e15c5cf Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Fri, 1 Aug 2025 20:36:48 -0600 Subject: [PATCH] github: use prove --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04b08ce..104abc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,4 +22,4 @@ jobs: - name: Install hg run: pip install mercurial==${{ matrix.hg }} - - run: make test + - run: prove -j4