Skip to content

Commit

Permalink
re-add tests to actions (#118)
Browse files Browse the repository at this point in the history
* re-add tests to actions

* re-add tests to actions
  • Loading branch information
JohnRoesler authored Feb 5, 2021
1 parent c72e9d6 commit 0fc078e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
go-version:
- 1.14
- 1.15
name: lint
name: lint and test
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -23,3 +23,9 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: v1.36.0
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: test
run: make test

0 comments on commit 0fc078e

Please sign in to comment.