Adjust integration test path
This commit is contained in:
parent
d75067e431
commit
7dcae03460
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration_tests.yml
vendored
2
.github/workflows/integration_tests.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
run: go build -v .
|
||||
|
||||
- name: Test
|
||||
run: go test -coverprofile=coverage.out -covermode=atomic -v tests/.
|
||||
run: go test -coverprofile=coverage.out -covermode=atomic -v ./tests/.
|
||||
|
||||
- name: Upload coverage report
|
||||
uses: codecov/codecov-action@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue