mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
Update unit-test.yml
This commit is contained in:
parent
d5426ad3cb
commit
541e707861
1 changed files with 2 additions and 2 deletions
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '1.18'
|
go-version: '1.20'
|
||||||
- name: Run tests with coverage
|
- name: Run tests with coverage
|
||||||
run: go test -coverprofile=coverage.out -covermode=count ./...
|
run: go test -coverprofile=coverage.out -covermode=count ./...
|
||||||
- uses: codecov/codecov-action@v2
|
- uses: codecov/codecov-action@v2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue