Skip to content

Commit

Permalink
[ci] test loading of polymorphic-functions/specializing on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
digikar99 committed Apr 2, 2024
1 parent 9127f1b commit 80121b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,11 @@ jobs:
(asdf:test-system "polymorphic-functions")
(uiop:quit 0))'
- name: Load Specializing
run: |
cl --eval '(progn
(push "~/" ql:*local-project-directories*)
(push :travis *features*)
(ql:quickload "polymorphic-functions/specializing")
(uiop:quit 0))'

0 comments on commit 80121b5

Please sign in to comment.