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 +