Skip to content

ci: run test profile on cargo nextest invocation#1676

Merged
DSharifi merged 5 commits intomainfrom
dsharifi/dont-run-release-on-tests
Dec 16, 2025
Merged

ci: run test profile on cargo nextest invocation#1676
DSharifi merged 5 commits intomainfrom
dsharifi/dont-run-release-on-tests

Conversation

@DSharifi
Copy link
Contributor

@DSharifi DSharifi commented Dec 16, 2025

closes #1677

@DSharifi DSharifi marked this pull request as ready for review December 16, 2025 16:21
near-o11y = { git = "https://github.com/near/nearcore", tag = "2.10.2" }
near-time = { git = "https://github.com/near/nearcore", tag = "2.10.2" }

[profile.dev-release]
Copy link
Contributor Author

@DSharifi DSharifi Dec 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dev-release is not used anywhere to best of my knowledge`

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does not seem so 😮

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Copy link
Contributor

@gilcu3 gilcu3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Copy link
Collaborator

@netrome netrome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

near-o11y = { git = "https://github.com/near/nearcore", tag = "2.10.2" }
near-time = { git = "https://github.com/near/nearcore", tag = "2.10.2" }

[profile.dev-release]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@DSharifi DSharifi added this pull request to the merge queue Dec 16, 2025
Merged via the queue into main with commit aac4583 Dec 16, 2025
23 of 24 checks passed
@DSharifi DSharifi deleted the dsharifi/dont-run-release-on-tests branch December 16, 2025 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

use testing profile for tests on CI

3 participants