We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d13c3 commit 01b3936Copy full SHA for 01b3936
.github/workflows/tests.yml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
docker cp ydb-local:/ydb_certs/ca.pem ~/
68
cd src/Ydb.Sdk/src
69
- dotnet test --filter "(FullyQualifiedName~Ado) | (FullyQualifiedName~Dapper)"
+ dotnet test --filter "(FullyQualifiedName~Ado) | (FullyQualifiedName~Dapper)" -f ${{ matrix.dotnet-target-framework }}
70
topic-tests:
71
runs-on: ubuntu-22.04
72
strategy:
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
- dotnet test --filter "FullyQualifiedName~Topic" -f ${{ matrix.dotnet-target-framework }} -l
+ dotnet test --filter "FullyQualifiedName~Topic" -f ${{ matrix.dotnet-target-framework }}
104
integration-tests:
105
106
0 commit comments