Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cmsc430/assignments into crook
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Nov 14, 2024
2 parents 3a8ae63 + 96aafbd commit e8489c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
raco pkg install --auto ../assignments/
- name: Run tests
run: |
raco test knock-plus/test/interp.rkt # all should pass
raco test --pkgs assignments
raco test knock-plus/test/compile.rkt 2>&1 | grep 'failures' # should not pass
- name: Create zips
run: |
Expand Down
2 changes: 2 additions & 0 deletions info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
(define collection 'multi)
(define deps (list "base" "rackunit"
"https://github.com/cmsc430/a86.git?path=#main"))

(define test-omit-paths (list "knock-plus/test/compile.rkt"))

0 comments on commit e8489c7

Please sign in to comment.