diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 2ecaebc..77eb50e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -20,5 +20,7 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --no-restore + run: dotnet build -c Release --no-restore + - name: Test + run: dotnet test -c Release --no-build