From 4eab8a2e65648111ccfb22056f17065a68868b23 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 23 Dec 2020 15:56:03 -0800 Subject: [PATCH] fix typo in CI --- .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 80c4b09..1255ac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,4 +40,4 @@ jobs: run: raco pkg install --auto --batch - name: run the tests - run: xvfb-run raco test -j 4 -p txexpr + run: xvfb-run raco test -j 4 -p describe