Skip to content

Commit 0d7d69b

Browse files
committed
task: added testing step to build
1 parent c8b3dda commit 0d7d69b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
run: dotnet restore Primitively.sln
2929
- name: Build
3030
run: dotnet build Primitively.sln --no-restore
31-
#- name: Test
32-
# run: dotnet test --no-build --verbosity normal
31+
- name: Test
32+
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)