Skip to content

Commit ebfd0ad

Browse files
authored
Add Unit Testing to Github Action
1 parent bf1c618 commit ebfd0ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ jobs:
2828
dotnet-version: 2.2.108
2929
- name: Build with dotnet
3030
run: dotnet build --configuration Release
31+
- name: Unit Tests
32+
run: dotnet test

0 commit comments

Comments
 (0)