Skip to content

Commit

Permalink
Split the dbaas_core config to run in parallel (#562)
Browse files Browse the repository at this point in the history
Closes #424.
  • Loading branch information
b1ron authored Aug 25, 2023
1 parent 712e919 commit f8427b0
Show file tree
Hide file tree
Showing 5 changed files with 2,591 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
dance:
name: dance
runs-on: ubuntu-22.04
timeout-minutes: 120
timeout-minutes: 45

# Do not run this job in parallel for any PR change or branch push
# to save some resources.
Expand All @@ -42,7 +42,10 @@ jobs:
- ferretdb
- mongodb
test:
- dbaas_core
- dbaas_core-0
- dbaas_core-1
- dbaas_core-2
- dbaas_core-3
- diff
- dotnet-example
- dotnet-example-auth
Expand Down
Loading

0 comments on commit f8427b0

Please sign in to comment.