Skip to content

Commit 759a0b1

Browse files
authored
Update test command to use specific test project
1 parent e86aac3 commit 759a0b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet build BlockingCollectionExtensions/BlockingCollectionExtensions.csproj --configuration Release --framework netstandard2.1 --no-restore
3232

3333
- name: Test
34-
run: dotnet test BlockingCollectionExtensions.sln --configuration Release --no-build --framework net8.0
34+
run: dotnet test BlockingCollectionsExtensions.Unit.Tests/BlockingCollectionsExtensions.Unit.Tests.csproj --configuration Release --no-build --framework net8.0
3535

3636
- name: Pack
3737
run: dotnet pack BlockingCollectionExtensions/BlockingCollectionExtensions.csproj --configuration Release --no-build -p:EnablePackageValidation=true -o artifacts

0 commit comments

Comments
 (0)