mirror of
https://github.com/nikoksr/notify.git
synced 2024-11-28 08:39:13 +02:00
ci(gh): test recursively
This commit is contained in:
parent
c7bf922209
commit
23b572dfb2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-go-
|
||||
- name: Test coverage
|
||||
run: go test -race -covermode=atomic -coverprofile=coverage.out
|
||||
run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v2
|
||||
lint:
|
||||
|
Loading…
Reference in New Issue
Block a user