Skip to content

Commit 213eb3d

Browse files
committed
Fix Test Step in workflow
1 parent f5a40ac commit 213eb3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: dotnet build --configuration Release --no-restore
2929

3030
- name: Test
31-
run: dotnet test --no-build --verbosity normal
31+
run: dotnet test --configuration Release --no-build --verbosity normal
3232

3333
- name: Pack
3434
run: dotnet pack --configuration Release --no-build --output ./nupkg

0 commit comments

Comments
 (0)