invoke ptests & qtests with racket not raco (#2)

main
Matthew Butterick 2 years ago
parent 18c6b065a6
commit ee9387c376

@ -52,14 +52,14 @@ jobs:
- name: Run fontland tests
run: xvfb-run raco test -j 4 -p fontland
- name: Run pitfall ftests
- name: Run pitfall tests
run: xvfb-run raco test -j 4 -p pitfall
- name: Run the ptests
run: xvfb-run raco test -l ptest/all
run: xvfb-run racket -l ptest/all
- name: Run quad tests
run: xvfb-run raco test -j 4 -p quad
- name: Run the qtests
run: xvfb-run raco test -l qtest/all
run: xvfb-run racket -l qtest/all

Loading…
Cancel
Save