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 ea5266e commit a70d906Copy full SHA for a70d906
.github/workflows/tests.yml
@@ -69,13 +69,13 @@ jobs:
69
uses: actions/setup-dotnet@v4
70
with:
71
dotnet-version: ${{ matrix.dotnet-version }}
72
- - name: Integration test
+ - name: Run ADO.NET tests
73
run: |
74
docker cp ydb-local:/ydb_certs/ca.pem ~/
75
cd src
76
dotnet test --filter "(FullyQualifiedName~Ado) | (FullyQualifiedName~Dapper)" -l "console;verbosity=normal"
77
78
- integration-tests-query-and-table-client:
+ core-integration-tests:
79
runs-on: ubuntu-22.04
80
strategy:
81
fail-fast: false
0 commit comments