diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5349ca2..d842d9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,3 +1,5 @@ +name: Run tests + on: pull_request: push: @@ -8,7 +10,7 @@ on: jobs: test: - name: Run tests + name: Run unit and integration tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v4