Skip to content

Commit

Permalink
Run test on PR (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjchen7 authored May 27, 2022
1 parent 922ffd1 commit 7655ff2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
on: push
name: Test
on:
pull_request:
types: [ opened, reopened, synchronize, edited ]
jobs:
test:
strategy:
matrix:
go-version: [ 1.14.x, 1.15.x ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
go-version: '1.17'
- name: Checkout code
uses: actions/checkout@v2
- name: Test
Expand Down

0 comments on commit 7655ff2

Please sign in to comment.