Skip to content

Commit

Permalink
Enable fast fail
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Aug 30, 2024
1 parent fafe237 commit 4996705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 4996705

Please sign in to comment.