diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 000000000..5cb2ad824 --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-retest": { + "version": "0.6.3", + "commands": [ + "dotnet-retest" + ], + "rollForward": false + } + } +} \ No newline at end of file diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index 3f80f8434..73a9249fe 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -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"