From 1c0b091b8de37290575bf8e7c44f079c37ff6011 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 19 Jan 2021 16:59:09 -0800 Subject: [PATCH] more testing --- quad/.github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/quad/.github/workflows/ci.yml b/quad/.github/workflows/ci.yml index 5a884be6..383e5552 100644 --- a/quad/.github/workflows/ci.yml +++ b/quad/.github/workflows/ci.yml @@ -33,3 +33,6 @@ jobs: - name: Run the tests run: xvfb-run raco test -j 4 -p quad + + - name: Run the qtests + run: xvfb-run racket -l qtest/all