test
This commit is contained in:
parent
6209272b46
commit
642ccbef85
|
|
@ -107,14 +107,14 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: install Go
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install golang
|
||||
- name: Set up Go 1.16
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16.x
|
||||
id: go
|
||||
|
||||
- name: coverage-report
|
||||
- name: coverage
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
go test -cover
|
||||
|
||||
# - name: SonarQube Scan
|
||||
|
|
|
|||
Loading…
Reference in New Issue