Skip to content

Commit 1a927b9

Browse files
committed
进行单元测试不需要再跑
1 parent 347c5f6 commit 1a927b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
run: dotnet build --configuration Release
1818

1919
- name: Test
20-
run: dotnet test --configuration Release
20+
run: dotnet test --configuration Release --no-build

0 commit comments

Comments
 (0)