Skip to content

Commit

Permalink
wip: わからん
Browse files Browse the repository at this point in the history
  • Loading branch information
ivixvi committed Jan 4, 2025
1 parent 4cb91d1 commit 4c24cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
asdf-system: greeting
- uses: 40ants/run-tests@v2
with:
asdf-system: greeting/tests
asdf-system: greeting
# 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 (run-test) (error "Tests failed"))

0 comments on commit 4c24cc0

Please sign in to comment.