Skip to content

Commit

Permalink
Add test to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
armsnyder authored Oct 24, 2020
1 parent 417512b commit e760af3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,23 @@ jobs:
with:
version: v1.31

test:
name: Test
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
id: go

- name: Check out code
uses: actions/checkout@v2

- name: Test
run: go test -v ./...

build-client:
name: Build Client
runs-on: ubuntu-latest
Expand Down

0 comments on commit e760af3

Please sign in to comment.