Skip to content

Commit

Permalink
Fix example test
Browse files Browse the repository at this point in the history
  • Loading branch information
osamingo committed Apr 25, 2021
1 parent 206f0bb commit c0320f5
Show file tree
Hide file tree
Showing 5 changed files with 1,047 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: Test Go Code
run: go test -race -covermode=atomic -coverprofile=coverage.txt ./...
run: go test -short -race -covermode=atomic -coverprofile=coverage.txt ./...
env:
KENALL_AUTHORIZATION_TOKEN: ${{ secrets.KENALL_AUTHORIZATION_TOKEN }}
- name: Upload coverage to Codecov
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/osamingo/go-kenall

go 1.15

require github.com/golangci/golangci-lint v1.39.0 // indirect
Loading

0 comments on commit c0320f5

Please sign in to comment.