diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 400e59c..fae557a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,5 +1,5 @@ name: go -on: [push] +on: [push,pull_request] jobs: test: runs-on: ubuntu-latest @@ -25,4 +25,4 @@ jobs: ${{ runner.os }}-go- - name: Get dependencies, run test run: | - go test ./... \ No newline at end of file + go test ./...