Skip to content

Commit

Permalink
Upgrade actions/checkout and clean up config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexcles committed Feb 28, 2020
1 parent 3c09ce0 commit 014d13c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches:
- master
pull_request: {}
pull_request:
name: test
jobs:
test:
Expand All @@ -11,13 +11,6 @@ jobs:
- uses: actions/setup-go@v1
with:
go-version: 1.13.x
- uses: actions/checkout@v1
- name: Get dependencies
run: |
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl -s https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- uses: actions/checkout@v2
- run: go get -v -t -d ./...
- run: go test -v ./...

0 comments on commit 014d13c

Please sign in to comment.