Skip to content

Commit eaf2ff8

Browse files
authored
Update ci-build.yml
1 parent b8784e7 commit eaf2ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
# Run tests
6666
- name: Test solution
67-
run: dotnet test --no-build -c ${{matrix.configuration}} -l "console;verbosity=detailed"
67+
run: dotnet test --no-build -c ${{matrix.configuration}}
6868

6969
# Pack solution
7070
- name: Pack solution

0 commit comments

Comments
 (0)