Skip to content

Commit b22e880

Browse files
committed
Run all docs validation tests in CI
1 parent b25fc6b commit b22e880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: dotnet restore tests/StockSharp.Doc.Tests.csproj
2727

2828
- name: Test
29-
run: dotnet test tests/StockSharp.Doc.Tests.csproj --configuration Release --no-restore --filter "FullyQualifiedName~StockSharp.Doc.Tests" --logger "console;verbosity=normal"
29+
run: dotnet test tests/StockSharp.Doc.Tests.csproj --configuration Release --no-restore --logger "console;verbosity=normal"

0 commit comments

Comments
 (0)