Skip to content

Commit 14e6edb

Browse files
committed
fix: Reverted change for net7.0 nightly verification
1 parent 64357e7 commit 14e6edb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/verification-dotnet-nightly.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
3434
- name: 🧪 Run unit tests
3535
run: |
36-
dotnet test -c release --no-restore -f net7.0 --logger:"console;verbosity=normal" --blame-hang-timeout 15s --blame-hang-dump-type full --blame-crash-dump-type full
36+
dotnet test ./tests/bunit.core.tests/bunit.core.tests.csproj -c release --no-restore -f net7.0 --logger:"console;verbosity=normal" --blame-hang-timeout 15s --blame-hang-dump-type full --blame-crash-dump-type full
37+
dotnet test ./tests/bunit.web.tests/bunit.web.tests.csproj -c release --no-restore -f net7.0 --logger:"console;verbosity=normal" --blame-hang-timeout 15s --blame-hang-dump-type full --blame-crash-dump-type full
38+
dotnet test ./tests/AngleSharpWrappers.Tests/AngleSharpWrappers.Tests.csproj -c release --no-restore -f net7.0 --logger:"console;verbosity=normal" --blame-hang-timeout 15s --blame-hang-dump-type full --blame-crash-dump-type full
39+
3740
- name: 📛 Upload hang- and crash-dumps on test failure
3841
if: failure()
3942
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)