Skip to content

Commit

Permalink
Added in-order-to for loading jsonrpc.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jun 18, 2024
1 parent f791f25 commit 3a67982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openrpc-client.asd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
:description "OpenRPC client implementation for Common Lisp."
:homepage "https://40ants.com/openrpc/"
:source-control (:git "https://github.com/40ants/openrpc")
:in-order-to ((test-op (test-op openrpc-tests))))
:in-order-to ((test-op (test-op openrpc-tests))
(load-op (load-op jsonrpc))))

(register-system-packages "log4cl" '(#:log))

0 comments on commit 3a67982

Please sign in to comment.