Skip to content

Commit

Permalink
Add pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
icpd authored Mar 21, 2022
1 parent f9f069e commit 1b9e6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: go
on: [push]
on: [push,pull_request]
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -25,4 +25,4 @@ jobs:
${{ runner.os }}-go-
- name: Get dependencies, run test
run: |
go test ./...
go test ./...

0 comments on commit 1b9e6fa

Please sign in to comment.