ci: test for go

This commit is contained in:
Reinaldy Rafli 2021-07-09 19:13:54 +07:00
parent 0ec76725e1
commit 34845a022d
2 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,9 @@ jobs:
- name: Build - name: Build
run: go build ./ run: go build ./
- name: Run test & coverage
run: go test -v -race -coverprofile=coverage.out -covermode=atomic -failfast ./...
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v1 uses: github/codeql-action/init@v1

View File

@ -1 +0,0 @@
# This will be from codecov