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 4d9ffa1 commit 96aafbdCopy full SHA for 96aafbd
.github/workflows/push.yml
@@ -33,7 +33,7 @@ jobs:
33
raco pkg install --auto ../assignments/
34
- name: Run tests
35
run: |
36
- raco test knock-plus/test/interp.rkt # all should pass
+ raco test --pkgs assignments
37
raco test knock-plus/test/compile.rkt 2>&1 | grep 'failures' # should not pass
38
- name: Create zips
39
0 commit comments