We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96aafbd commit 319613eCopy full SHA for 319613e
.github/workflows/push.yml
@@ -33,7 +33,7 @@ jobs:
33
raco pkg install --auto ../assignments/
34
- name: Run tests
35
run: |
36
- raco test --pkgs assignments
+ raco test -p assignments
37
raco test knock-plus/test/compile.rkt 2>&1 | grep 'failures' # should not pass
38
- name: Create zips
39
0 commit comments