Skip to content

Commit a64d459

Browse files
committed
Simplified test command
1 parent c2b18a0 commit a64d459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ jobs:
66
steps:
77
- checkout
88
- run: dotnet build
9-
- run: dotnet test EntityFrameworkCore.Extensions.Tests\EntityFrameworkCore.Extensions.Tests.csproj --no-build
9+
- run: dotnet test --no-build

0 commit comments

Comments
 (0)