Skip to content

Commit e8489c7

Browse files
committed
Merge branch 'main' of github.com:cmsc430/assignments into crook
2 parents 3a8ae63 + 96aafbd commit e8489c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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: |

info.rkt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
(define collection 'multi)
44
(define deps (list "base" "rackunit"
55
"https://github.com/cmsc430/a86.git?path=#main"))
6+
7+
(define test-omit-paths (list "knock-plus/test/compile.rkt"))

0 commit comments

Comments
 (0)