From 36386e29bb4a32e592f0f2a0a7abc9176e626f02 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Mon, 9 Jan 2023 00:20:45 +0330 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d027baf..73a3d20 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,4 +21,7 @@ jobs: run: dotnet restore - name: Build run: dotnet build -c Release --no-restore + - name: Test + run: dotnet test -c Release --no-restore +