ci: test for go
This commit is contained in:
parent
0ec76725e1
commit
34845a022d
|
@ -39,6 +39,9 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: go build ./
|
||||
|
||||
- name: Run test & coverage
|
||||
run: go test -v -race -coverprofile=coverage.out -covermode=atomic -failfast ./...
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
# This will be from codecov
|
Loading…
Reference in New Issue