Skip to content

Commit 10354ad

Browse files
committed
Fix CI test command.
[nightly ignore]
1 parent 4a9ce5d commit 10354ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,4 @@ jobs:
4242
- name: Build
4343
run: dotnet build --no-restore
4444
- name: Run Tests
45-
run: |
46-
dotnet test --no-build -- --info
45+
run: dotnet test --no-build

0 commit comments

Comments
 (0)