Skip to content

Commit

Permalink
test: adjust test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoshihou514 committed Sep 21, 2023
1 parent 4315cf2 commit 7d96cc3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,5 @@ jobs:
run: vusted ./test/formatter
- name: linter test
shell: bash
run: |
for linter_test in ./test/linter/*_spec.lua; do
vusted $linter_test
done
if: always()
run: vusted ./test/linter

0 comments on commit 7d96cc3

Please sign in to comment.