Skip to content

Commit 1f6d232

Browse files
committed
Added testing to workflow
1 parent e3177b8 commit 1f6d232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mainworkflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
run: dotnet restore
3232
- name: Build
3333
run: dotnet build --configuration Release --no-restore
34-
#- name: Test
35-
# run: dotnet test --no-build --verbosity normal
34+
- name: Test
35+
run: dotnet test --verbosity normal
3636
- name: Package
3737
run: dotnet pack --configuration Release
3838
- name: Publish

0 commit comments

Comments
 (0)