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