From 5bf27d123c3dddc96cc2dda6847a558aa6bddfb3 Mon Sep 17 00:00:00 2001 From: Dmitrii Korolev Date: Sat, 3 Aug 2024 14:24:44 +0200 Subject: [PATCH] try specific routes --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index de5cecd..9bc93ee 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -39,7 +39,7 @@ jobs: run: dotnet build Dapper.AOT.sln --no-restore -c Release - name: Test - run: dotnet test Dapper.AOT.sln --no-build --verbosity normal -c Release -f net6.0 --filter FullyQualifiedName!~Integration + run: dotnet test test/Dapper.AOT.Test/Dapper.AOT.Test.csproj --no-build --verbosity normal -c Release -f net6.0 --filter FullyQualifiedName!~Integration - name: Integration Tests run: dotnet test test/Dapper.AOT.Test.Integration/Dapper.AOT.Test.Integration.csproj --verbosity normal -c Release