Skip to content

Commit

Permalink
Edit gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
osamingo committed Feb 17, 2022
1 parent bb07dc2 commit d53fc88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
go: [ '1.16.x' ]
go: [ '1.16.x', '1.17.x' ]
steps:
- name: Check out code
uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: Test Go Code
run: go test -short -race -covermode=atomic -coverprofile=coverage.txt ./...
run: go test -race -covermode=atomic -coverprofile=coverage.txt ./...
env:
KENALL_AUTHORIZATION_TOKEN: ${{ secrets.KENALL_AUTHORIZATION_TOKEN }}
- name: Upload coverage to Codecov
Expand Down

0 comments on commit d53fc88

Please sign in to comment.