Skip to content

Commit 96aafbd

Browse files
committed
Better approach to testing everything except compiler.
1 parent 4d9ffa1 commit 96aafbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
raco pkg install --auto ../assignments/
3434
- name: Run tests
3535
run: |
36-
raco test knock-plus/test/interp.rkt # all should pass
36+
raco test --pkgs assignments
3737
raco test knock-plus/test/compile.rkt 2>&1 | grep 'failures' # should not pass
3838
- name: Create zips
3939
run: |

0 commit comments

Comments
 (0)