Skip to content

Commit 80121b5

Browse files
committed
[ci] test loading of polymorphic-functions/specializing on CI
1 parent 9127f1b commit 80121b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,11 @@ jobs:
7474
(asdf:test-system "polymorphic-functions")
7575
(uiop:quit 0))'
7676
77+
- name: Load Specializing
78+
run: |
79+
cl --eval '(progn
80+
(push "~/" ql:*local-project-directories*)
81+
(push :travis *features*)
82+
(ql:quickload "polymorphic-functions/specializing")
83+
(uiop:quit 0))'
84+

0 commit comments

Comments
 (0)