Skip to content

Commit

Permalink
Use dotnet-retest
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Dec 23, 2024
1 parent 83e8b0a commit 01ff4e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-retest": {
"version": "0.6.3",
"commands": [
"dotnet-retest"
],
"rollForward": false
}
}
}
4 changes: 2 additions & 2 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
- run: dotnet test -c Debug MagicOnion.sln
- run: dotnet test -c Release MagicOnion.sln
- run: dotnet retest -- -c Debug MagicOnion.sln
- run: dotnet retest -- -c Release MagicOnion.sln

build-unity:
name: "Build Unity package"
Expand Down

0 comments on commit 01ff4e6

Please sign in to comment.