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 7025d78 commit bbcc336Copy full SHA for bbcc336
.github/workflows/network-test.yaml
@@ -18,6 +18,10 @@ jobs:
18
network-test:
19
runs-on: ubuntu-latest
20
strategy:
21
+ # Hack: Minimise concurrency as this is blocking our GitHub runners.
22
+ # This can be removed when the matrix mode itself is removed and the
23
+ # network testing is done in pure Haskell.
24
+ max-parallel: 2
25
matrix:
26
# Note: At present we can only run for 3 peers; to configure this for
27
# more we need to make the docker-compose spin-up dynamic across
0 commit comments