Skip to content

Commit 996b176

Browse files
committed
fix tests action
1 parent 0ff941c commit 996b176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Wait database available
7373
run: bash ./.github/scripts/wait-ydb-container.sh
7474
- name: Test
75-
run: go test -race -coverpkg=./tests/... -coverprofile integration.txt -covermode atomic ./tests
75+
run: go test -race -coverpkg=./... -coverprofile integration.txt -covermode atomic ./tests
7676
- name: Upload Table coverage report to Codecov
7777
uses: codecov/codecov-action@v2
7878
with:

0 commit comments

Comments
 (0)