Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Nov 27, 2020
1 parent f6afe5b commit 81d607b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Go

on: [push, pull_request]
on: [push]

jobs:

Expand All @@ -17,10 +17,6 @@ jobs:
with:
go-version: 1.x

- name: Add $GOPATH/bin to $PATH
run: |
echo "::add-path::$(go env GOPATH)/bin"
- uses: actions/checkout@v2

- run: go test
Expand Down

0 comments on commit 81d607b

Please sign in to comment.