We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6ca81 commit faed59bCopy full SHA for faed59b
.github/workflows/dotnet.yml
@@ -7,7 +7,7 @@ on:
7
pull_request:
8
9
jobs:
10
- test_dotnet45:
+ test_windows:
11
runs-on: windows-latest
12
steps:
13
- name: Checkout code
@@ -25,9 +25,9 @@ jobs:
25
run: dotnet build ./Backtrace/Backtrace.csproj --no-restore --configuration Release
26
27
- name: Run tests
28
- run: dotnet test Backtrace.Tests
+ run: dotnet test Backtrace.Tests --verbosity normal
29
30
- test_dotnet80:
+ test_linux:
31
runs-on: ubuntu-latest
32
33
@@ -45,4 +45,4 @@ jobs:
45
46
47
48
0 commit comments