From d7e259317f9bd694bb2cb355cb2377d429af6e80 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 19 Jan 2021 16:59:40 -0800 Subject: [PATCH] run more tests --- pitfall/.github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pitfall/.github/workflows/ci.yml b/pitfall/.github/workflows/ci.yml index f62b3eb5..ec68b064 100644 --- a/pitfall/.github/workflows/ci.yml +++ b/pitfall/.github/workflows/ci.yml @@ -33,3 +33,6 @@ jobs: - name: Run the tests run: xvfb-run raco test -j 4 -p pitfall + + - name: Run the ptests + run: xvfb-run racket -l ptest/all