Skip to content

Commit

Permalink
try specific routes
Browse files Browse the repository at this point in the history
  • Loading branch information
DeagleGross committed Aug 3, 2024
1 parent 6e9f7c1 commit 5bf27d1
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 @@ -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
Expand Down

0 comments on commit 5bf27d1

Please sign in to comment.