Skip to content

Commit ebb491e

Browse files
authored
Merge pull request #3818 from ProvableHQ/copilot/fix-3817
Split CI workflows into focused groups for better failure isolation
2 parents 9a13681 + fbcb415 commit ebb491e

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

.circleci/config.yml

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -438,11 +438,16 @@ jobs:
438438
workflows:
439439
version: 2
440440

441-
main-workflow:
441+
cargo-workflow:
442+
jobs:
443+
- check-fmt
444+
- check-clippy
445+
- check-unused-dependencies
446+
- check-cargo-audit
447+
- check-other-crates
448+
449+
node-workflow:
442450
jobs:
443-
- snarkos
444-
- account
445-
- cli
446451
- node
447452
- node-bft
448453
- node-bft-events
@@ -457,13 +462,17 @@ workflows:
457462
- node-sync-communication-service
458463
- node-sync-locators
459464
- node-tcp
460-
- check-fmt
461-
- check-clippy
462-
- check-unused-dependencies
463-
- check-cargo-audit
464-
- check-other-crates
465+
466+
devnet-workflow:
467+
jobs:
465468
- devnet-test
466469

470+
snarkos-workflow:
471+
jobs:
472+
- snarkos
473+
- account
474+
- cli
475+
467476
windows-workflow:
468477
jobs:
469478
- verify-windows:

0 commit comments

Comments
 (0)