@@ -113,6 +113,14 @@ This repository contains the complete Mina Rust Node implementation:
113113> ** Note** : Multi-platform builds run automatically on ` develop ` and ` main `
114114> branches. Pull requests run fast Ubuntu-only builds for quick feedback.
115115
116+ ## Nightly Status
117+
118+ [ ![ Documentation Scripts] [ doc-scripts-badge ]] [ doc-scripts-link ]
119+ [ ![ GraphQL API Tests] [ graphql-api-badge ]] [ graphql-api-link ]
120+ [ ![ Infrastructure Tests] [ infra-tests-badge ]] [ infra-tests-link ]
121+ [ ![ Remote GraphQL] [ remote-graphql-badge ]] [ remote-graphql-link ]
122+ [ ![ Board Carryover] [ board-carryover-badge ]] [ board-carryover-link ]
123+
116124[ changelog ] : ./CHANGELOG.md
117125[ beta-badge ] : https://img.shields.io/badge/status-beta-yellow
118126[ changelog-badge ] : https://img.shields.io/badge/changelog-Changelog-%23E05735
@@ -164,3 +172,26 @@ This repository contains the complete Mina Rust Node implementation:
164172 https://github.com/o1-labs/mina-rust/actions/workflows/build-macos-15.yaml
165173[ macos-latest-link] :
166174 https://github.com/o1-labs/mina-rust/actions/workflows/build-macos-latest.yaml
175+
176+ <!-- Nightly workflow badges -->
177+
178+ [ doc-scripts-badge] :
179+ https://github.com/o1-labs/mina-rust/actions/workflows/test-docs-scripts.yaml/badge.svg?branch=develop
180+ [ doc-scripts-link] :
181+ https://github.com/o1-labs/mina-rust/actions/workflows/test-docs-scripts.yaml
182+ [ graphql-api-badge] :
183+ https://github.com/o1-labs/mina-rust/actions/workflows/test-docs-graphql-api.yaml/badge.svg?branch=develop
184+ [ graphql-api-link] :
185+ https://github.com/o1-labs/mina-rust/actions/workflows/test-docs-graphql-api.yaml
186+ [ infra-tests-badge] :
187+ https://github.com/o1-labs/mina-rust/actions/workflows/test-docs-infrastructure.yaml/badge.svg?branch=develop
188+ [ infra-tests-link] :
189+ https://github.com/o1-labs/mina-rust/actions/workflows/test-docs-infrastructure.yaml
190+ [ remote-graphql-badge] :
191+ https://github.com/o1-labs/mina-rust/actions/workflows/test-graphql-remote.yml/badge.svg?branch=develop
192+ [ remote-graphql-link] :
193+ https://github.com/o1-labs/mina-rust/actions/workflows/test-graphql-remote.yml
194+ [ board-carryover-badge] :
195+ https://github.com/o1-labs/mina-rust/actions/workflows/board-carryover-interation.yaml/badge.svg?branch=develop
196+ [ board-carryover-link] :
197+ https://github.com/o1-labs/mina-rust/actions/workflows/board-carryover-interation.yaml
0 commit comments