File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7272 run : |
7373 docker cp ydb-local:/ydb_certs/ca.pem ~/
7474 cd src
75- dotnet test --filter "(FullyQualifiedName~Ado) | (FullyQualifiedName~Dapper)" -l "console;verbosity=normal"
75+ dotnet test --filter "(FullyQualifiedName~Ado) | (FullyQualifiedName~Dapper)" -f ${{ matrix.dotnet-target-framework }} - l "console;verbosity=normal"
7676 topic-tests :
7777 runs-on : ubuntu-22.04
7878 strategy :
@@ -112,7 +112,7 @@ jobs:
112112 run : |
113113 docker cp ydb-local:/ydb_certs/ca.pem ~/
114114 cd src
115- dotnet test --filter "FullyQualifiedName~Topic" -l "console;verbosity=normal"
115+ dotnet test --filter "FullyQualifiedName~Topic" -f ${{ matrix.dotnet-target-framework }} - l "console;verbosity=normal"
116116 integration-tests :
117117 runs-on : ubuntu-22.04
118118 strategy :
You can’t perform that action at this time.
0 commit comments