Skip to content

Commit 0696817

Browse files
committed
ci: run sample doc verification
1 parent c34880d commit 0696817

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/verification.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
run: |
7373
dotnet test --filter Category!=async -c release
7474
75+
- name: 🧪 Run sample unit tests
76+
run: dotnet test -c release docs/samples/samples.sln
77+
7578
- name: 📛 Upload hang- and crash-dumps on test failure
7679
if: failure()
7780
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)