Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed May 4, 2024
1 parent 9aa2cf4 commit 81c560e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:

test-win:
needs: test-linux-musl
runs-on: windows-latest
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
Expand All @@ -31,7 +32,7 @@ jobs:
path: '**/*.nupkg'

test-macos:
needs: [test-win, test-linux-musl]
needs: test-win
strategy:
fail-fast: false
matrix:
Expand All @@ -57,7 +58,7 @@ jobs:
run: dotnet test tests -f net8.0 -c Release

test-linux:
needs: [test-win, test-linux-musl]
needs: test-macos
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 81c560e

Please sign in to comment.