Skip to content

Commit cdda72b

Browse files
committed
ci: 修正 dotnet test 命令的解决方案参数
1 parent aeda5ef commit cdda72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: dotnet build L2Cache.slnx --configuration Release --no-restore -p:Version=${{ env.VERSION }}
5757

5858
- name: Test
59-
run: dotnet test L2Cache.slnx --configuration Release --no-build --verbosity normal
59+
run: dotnet test --solution L2Cache.slnx --configuration Release --no-build --verbosity normal
6060

6161
- name: Pack NuGet Packages
6262
run: |

0 commit comments

Comments
 (0)