Skip to content

Commit 6f42eac

Browse files
committed
ci: run all tests at once with crash dumps enabled
1 parent 30d2afb commit 6f42eac

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/verification.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ concurrency:
2323

2424
env:
2525
VSTEST_CONNECTION_TIMEOUT: 180
26-
DOTNET_NOLOGO: "true"
26+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
27+
DOTNET_NOLOGO: true
2728

2829
jobs:
2930
verify-bunit:
@@ -66,12 +67,8 @@ jobs:
6667
with:
6768
files: '["docs/site/*.md", "docs/**/*.md", "docs/**/*.tmpl.partial", "*.csproj", "**/*.csproj"]'
6869

69-
- name: 🧪 Run unit tests (async)
70-
run: |
71-
dotnet test --filter Category!=sync -c release
72-
- name: 🧪 Run unit tests (sync)
73-
run: |
74-
dotnet test --filter Category!=async -c release
70+
- name: 🧪 Run unit tests
71+
run: dotnet test -c release --blame --blame-crash --blame-hang
7572

7673
- name: 🧪 Run sample unit tests
7774
run: dotnet test -c release docs/samples/samples.sln

0 commit comments

Comments
 (0)