Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: move some fast checks to sanity #32875

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Conversation

t-nelson
Copy link
Contributor

Problem

there are a couple tests in test-checks.sh that are fast and invasive to local iteration

Summary of Changes

move them to test-sanity.sh

@t-nelson t-nelson requested a review from yihau August 17, 2023 19:28
Copy link
Contributor Author

@t-nelson t-nelson left a comment

Choose a reason for hiding this comment

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

this is probably the more correct fix to what motivated #32728

cc/ @HaoranYi

Comment on lines +59 to +63
# Disallow uncommitted Cargo.lock changes
(
_ scripts/cargo-for-all-lock-files.sh tree >/dev/null
set +e
if ! _ git diff --exit-code; then
Copy link
Contributor Author

Choose a reason for hiding this comment

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

theoretically this should be git diff --exit-code :*Cargo.lock to make the comment accurate. might do so in a followup

Copy link
Member

@yihau yihau left a comment

Choose a reason for hiding this comment

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

🫶

@t-nelson t-nelson merged commit f1a0cca into solana-labs:master Aug 18, 2023
4 checks passed
@t-nelson t-nelson deleted the cic2s branch August 18, 2023 03:58
wen-coding pushed a commit to wen-coding/solana that referenced this pull request Aug 21, 2023
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.

2 participants