Fixed link to the run-tests action.

This commit is contained in:
Alexander Artemenko 2021-02-17 02:18:24 +03:00
parent 81d7a5ccaf
commit 271855cbc2
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,4 @@
(defsystem "docs" (defsystem "docs"
:class :package-inferred-system :class :package-inferred-system
:depends-on ("docs/docs")) :depends-on ("docs/docs")
:source-control (:git "https://github.com/40ants/setup-lisp"))

View file

@ -85,7 +85,7 @@ If you remove `with` part, then action will skip the ASDF system
installation. installation.
The last step in this workflow runs tests for the specified ASDF The last step in this workflow runs tests for the specified ASDF
system. It is documented [here](https://40ants/run-tests). system. It is documented [here](https://40ants.com/run-tests).
") ")