We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86aac3 commit 759a0b1Copy full SHA for 759a0b1
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
run: dotnet build BlockingCollectionExtensions/BlockingCollectionExtensions.csproj --configuration Release --framework netstandard2.1 --no-restore
32
33
- name: Test
34
- run: dotnet test BlockingCollectionExtensions.sln --configuration Release --no-build --framework net8.0
+ run: dotnet test BlockingCollectionsExtensions.Unit.Tests/BlockingCollectionsExtensions.Unit.Tests.csproj --configuration Release --no-build --framework net8.0
35
36
- name: Pack
37
run: dotnet pack BlockingCollectionExtensions/BlockingCollectionExtensions.csproj --configuration Release --no-build -p:EnablePackageValidation=true -o artifacts
0 commit comments