Skip to content

Commit

Permalink
dont build it
Browse files Browse the repository at this point in the history
  • Loading branch information
DeagleGross committed Aug 3, 2024
1 parent 5bf27d1 commit 45bd482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
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
run: dotnet test test/Dapper.AOT.Test.Integration/Dapper.AOT.Test.Integration.csproj --no-build --verbosity normal -c Release

- name: Pack
if: ${{ success() && !github.base_ref }}
Expand Down

0 comments on commit 45bd482

Please sign in to comment.