From 37b0efde847ecd1e7badee6932411ec28cbb0bc6 Mon Sep 17 00:00:00 2001 From: filoxenace Date: Thu, 25 Sep 2025 01:08:58 -0400 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 48f4c64..176fc87 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,6 +24,9 @@ jobs: - name: Install Lune run: rokit install --no-trust-check + - name: Run tests - run: lune run tests/tests + run: | + cd tests + lune run tests continue-on-error: false \ No newline at end of file