Skip to content

Commit faed59b

Browse files
committed
Increase verbosity and rename tests
1 parent 9c6ca81 commit faed59b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
jobs:
10-
test_dotnet45:
10+
test_windows:
1111
runs-on: windows-latest
1212
steps:
1313
- name: Checkout code
@@ -25,9 +25,9 @@ jobs:
2525
run: dotnet build ./Backtrace/Backtrace.csproj --no-restore --configuration Release
2626

2727
- name: Run tests
28-
run: dotnet test Backtrace.Tests
28+
run: dotnet test Backtrace.Tests --verbosity normal
2929

30-
test_dotnet80:
30+
test_linux:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout code
@@ -45,4 +45,4 @@ jobs:
4545
run: dotnet build ./Backtrace/Backtrace.csproj --no-restore --configuration Release
4646

4747
- name: Run tests
48-
run: dotnet test Backtrace.Tests
48+
run: dotnet test Backtrace.Tests --verbosity normal

0 commit comments

Comments
 (0)