Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
ivixvi committed Jan 4, 2025
1 parent b6ccb09 commit c5c10c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- uses: 40ants/run-tests@v2
with:
asdf-system: greeting
# see. https://github.com/40ants/run-tests?tab=readme-ov-file#custom-test-runner
run-tests: |
(ql:quickload "greeting/tests")
# # see. https://github.com/40ants/run-tests?tab=readme-ov-file#custom-test-runner
# run-tests: |
# (ql:quickload "greeting/tests")

(unless (greeting/tests:run-test) (error "Tests failed"))
# (unless (greeting/tests:run-test) (error "Tests failed"))

0 comments on commit c5c10c6

Please sign in to comment.