diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 05c8163..3a51eac 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: - fail-fast: false + # fail-fast: false matrix: dotnet-version: [ 6.0.x, 7.0.x, 8.0.x, 9.0.x ] # Test on multiple .NET versions @@ -34,7 +34,7 @@ jobs: run: dotnet restore - name: Build - run: dotnet build --no-restore --configuration Release + run: dotnet build --no-restore - name: Test run: dotnet test GangsTest/GangsTest.csproj --no-build --verbosity normal