Skip to content

Commit 01b3936

Browse files
Update tests.yml
1 parent 40d13c3 commit 01b3936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
docker cp ydb-local:/ydb_certs/ca.pem ~/
6868
cd src/Ydb.Sdk/src
69-
dotnet test --filter "(FullyQualifiedName~Ado) | (FullyQualifiedName~Dapper)"
69+
dotnet test --filter "(FullyQualifiedName~Ado) | (FullyQualifiedName~Dapper)" -f ${{ matrix.dotnet-target-framework }}
7070
topic-tests:
7171
runs-on: ubuntu-22.04
7272
strategy:
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
docker cp ydb-local:/ydb_certs/ca.pem ~/
102102
cd src/Ydb.Sdk/src
103-
dotnet test --filter "FullyQualifiedName~Topic" -f ${{ matrix.dotnet-target-framework }} -l
103+
dotnet test --filter "FullyQualifiedName~Topic" -f ${{ matrix.dotnet-target-framework }}
104104
integration-tests:
105105
runs-on: ubuntu-22.04
106106
strategy:

0 commit comments

Comments
 (0)