From 7d96cc310c9453bd0745fa412a5e73e69e9df9d0 Mon Sep 17 00:00:00 2001 From: xiaoshihou Date: Thu, 21 Sep 2023 09:04:40 +0800 Subject: [PATCH] test: adjust test setup --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0dc4bf..1bc8c62 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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