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 b878221 commit 913b486Copy full SHA for 913b486
.github/workflows/dotnet.yml
@@ -27,6 +27,8 @@ jobs:
27
run: dotnet test test/WorkflowCore.UnitTests --no-build --verbosity normal -p:ParallelizeTestCollections=false
28
- name: Integration Tests
29
run: dotnet test test/WorkflowCore.IntegrationTests --no-build --verbosity normal -p:ParallelizeTestCollections=false
30
+ - name: MongoDB Tests
31
+ run: dotnet test test/WorkflowCore.Tests.MongoDB --no-build --verbosity normal -p:ParallelizeTestCollections=false
32
- name: PostgreSQL Tests
33
run: dotnet test test/WorkflowCore.Tests.PostgreSQL --no-build --verbosity normal -p:ParallelizeTestCollections=false
34
- name: Redis Tests
0 commit comments