diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0219df478..d9980db29 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,24 +19,7 @@ name: Unit tests -on: - push: - paths: - - '.github/workflows/test.yaml' - - 'example/**' - - 'moe.nimble' - - 'src/**' - - 'tests/**' - branches: - - develop - - master - pull_request: - paths: - - '.github/workflows/test.yaml' - - 'example/**' - - 'moe.nimble' - - 'src/**' - - 'tests/**' +on: push permissions: contents: read @@ -91,4 +74,4 @@ jobs: - name: Run unit test run: | - xvfb-run nimble test --verbose -y + nim c -r tests/tlspclient