File tree Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -438,11 +438,16 @@ jobs:
438
438
workflows :
439
439
version : 2
440
440
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 :
442
450
jobs :
443
- - snarkos
444
- - account
445
- - cli
446
451
- node
447
452
- node-bft
448
453
- node-bft-events
@@ -457,13 +462,17 @@ workflows:
457
462
- node-sync-communication-service
458
463
- node-sync-locators
459
464
- 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 :
465
468
- devnet-test
466
469
470
+ snarkos-workflow :
471
+ jobs :
472
+ - snarkos
473
+ - account
474
+ - cli
475
+
467
476
windows-workflow :
468
477
jobs :
469
478
- verify-windows :
You can’t perform that action at this time.
0 commit comments