Skip to content

Commit 6780409

Browse files
authored
Remove test step from CI workflow
Removed the test step from the CI workflow.
1 parent 759a0b1 commit 6780409

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,5 @@ jobs:
3030
- name: Build netstandard2.1
3131
run: dotnet build BlockingCollectionExtensions/BlockingCollectionExtensions.csproj --configuration Release --framework netstandard2.1 --no-restore
3232

33-
- name: Test
34-
run: dotnet test BlockingCollectionsExtensions.Unit.Tests/BlockingCollectionsExtensions.Unit.Tests.csproj --configuration Release --no-build --framework net8.0
35-
3633
- name: Pack
3734
run: dotnet pack BlockingCollectionExtensions/BlockingCollectionExtensions.csproj --configuration Release --no-build -p:EnablePackageValidation=true -o artifacts

0 commit comments

Comments
 (0)