diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9ea4ed3..fd47493 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -27,12 +27,12 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: ${{ matrix.dotnet-version }} - + - name: Restore dependencies run: dotnet restore - + - name: Build - run: dotnet build --no-restore - + run: dotnet build --configuration Release --no-restore + - name: Test run: dotnet test --no-build --verbosity normal