diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4148db2ec..6e942a23e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,14 +19,7 @@ name: Unit tests -on: - pull_request: - paths: - - '.github/workflows/test.yaml' - - 'example/**' - - 'moe.nimble' - - 'src/**' - - 'tests/**' +on: push permissions: contents: read @@ -81,4 +74,5 @@ jobs: - name: Run unit test run: | - xvfb-run env XDG_SESSION_TYPE=x11 nimble test --verbose -y + nimble build + nim c -r tests/texmode