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 c34880d commit 0696817Copy full SHA for 0696817
1 file changed
.github/workflows/verification.yml
@@ -72,6 +72,9 @@ jobs:
72
run: |
73
dotnet test --filter Category!=async -c release
74
75
+ - name: 🧪 Run sample unit tests
76
+ run: dotnet test -c release docs/samples/samples.sln
77
+
78
- name: 📛 Upload hang- and crash-dumps on test failure
79
if: failure()
80
uses: actions/upload-artifact@v3
0 commit comments