Update dotnet.yml

This commit is contained in:
Meysam Hadeli 2022-12-30 20:30:22 +03:30 committed by meysamhadeli
parent 54471a1128
commit a33002fc63

View File

@ -21,6 +21,4 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore
- name: Test
run: dotnet test