Skip to content

Commit 319613e

Browse files
committed
Fix flags to raco test.
1 parent 96aafbd commit 319613e

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 --pkgs assignments
36+
raco test -p 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)