Skip to content

Commit

Permalink
build only test proj
Browse files Browse the repository at this point in the history
  • Loading branch information
DeagleGross committed Aug 10, 2024
1 parent 436e611 commit ea553ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
include-prerelease: true

- name: Build
run: dotnet build Dapper.AOT.sln -c Debug
run: dotnet build test/Dapper.AOT.Test.Integration/Dapper.AOT.Test.Integration.csproj -c Debug

- name: '[Debug] Check Files'
run: ls -R
Expand Down

0 comments on commit ea553ba

Please sign in to comment.