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