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

Remove nightly test distinction #1778

Merged
merged 5 commits into from
May 25, 2022
Merged

Remove nightly test distinction #1778

merged 5 commits into from
May 25, 2022

Conversation

kennykerr
Copy link
Collaborator

Fixes #1771

@kennykerr
Copy link
Collaborator Author

Simplifying the yml generation seems to now exceed VM capacity. Perhaps it allows cargo to cache more stuff.

Copy link
Contributor

@rylev rylev left a comment

Choose a reason for hiding this comment

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

Seems like the CI takes much longer to run now. It's a shame that for some reason so much build artifact is being created that we run out of disk space. However, I think calling cargo clean before every test is probably over kill. It should be relatively straight forward to only add cargo clean once half way through.

@kennykerr
Copy link
Collaborator Author

I suspect it takes longer because it now runs all tests on both nightly and stable whereas before it only ran half on stable and half on nightly.

@kennykerr kennykerr merged commit 76b491b into master May 25, 2022
@kennykerr kennykerr deleted the yml branch May 25, 2022 16:53
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.

Remove nightly test distinction
2 participants