diff --git a/.github/workflows/dotnet-integration.yml b/.github/workflows/dotnet-integration.yml index 6a9b742..d341855 100644 --- a/.github/workflows/dotnet-integration.yml +++ b/.github/workflows/dotnet-integration.yml @@ -26,10 +26,10 @@ jobs: include-prerelease: true - name: Build - run: dotnet build Dapper.AOT.sln -c Release --verbosity detailed + run: dotnet build test/Dapper.AOT.Test.Integration/Dapper.AOT.Test.Integration.csproj -c Debug - name: '[Debug] Check Files' run: ls -R - name: Integration Tests - run: dotnet test test/Dapper.AOT.Test.Integration/Dapper.AOT.Test.Integration.csproj --no-build --verbosity normal -c Release \ No newline at end of file + run: dotnet test test/Dapper.AOT.Test.Integration/Dapper.AOT.Test.Integration.csproj --no-build --verbosity normal -c Debug \ No newline at end of file