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.
2 parents 3a8ae63 + 96aafbd commit e8489c7Copy full SHA for e8489c7
.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
info.rkt
@@ -3,3 +3,5 @@
3
(define collection 'multi)
4
(define deps (list "base" "rackunit"
5
"https://github.com/cmsc430/a86.git?path=#main"))
6
+
7
+(define test-omit-paths (list "knock-plus/test/compile.rkt"))
0 commit comments