We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c888ca commit c2b18a0Copy full SHA for c2b18a0
1 file changed
.circleci/config.yml
@@ -5,4 +5,5 @@ jobs:
5
- image: microsoft/dotnet:2.2-sdk
6
steps:
7
- checkout
8
- - run: dotnet build
+ - run: dotnet build
9
+ - run: dotnet test EntityFrameworkCore.Extensions.Tests\EntityFrameworkCore.Extensions.Tests.csproj --no-build
0 commit comments