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 c5c10c6 commit 4cb91d1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
asdf-system: greeting
- 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")

# (unless (greeting/tests:run-test) (error "Tests failed"))
asdf-system: 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"))

0 comments on commit 4cb91d1

Please sign in to comment.