Skip to content

Commit

Permalink
limit concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
timbussmann committed Dec 1, 2024
1 parent b9be422 commit 9550d42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
- name: Test
env:
CosmosDBConnectionString: ${{ secrets.CosmosDBConnectionString }}
run: dotnet test --no-build --verbosity normal
# current using MaxCpuCount 1 as both CosmosDB.Tests and AcceptanceTests use the same cosmos DB instance and tests fail otherwise
run: dotnet test --no-build --verbosity normal -maxcpucount:1

0 comments on commit 9550d42

Please sign in to comment.