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: test libraries individually #129

Merged
merged 1 commit into from
Dec 14, 2024
Merged

ci: test libraries individually #129

merged 1 commit into from
Dec 14, 2024

Conversation

nagisa
Copy link
Owner

@nagisa nagisa commented Dec 14, 2024

This verifies that the libraries can be built on their own. Defects in a test that builds them all together can be hidden in case a workspace crate accidentally enables a feature (--features=enable) which the CI job ought to check builds with it disabled (e.g. examples crate depending on tracy-client with its default features enabled.)

@nagisa nagisa force-pushed the improve-ci branch 2 times, most recently from 5f489a4 to 1afb8ea Compare December 14, 2024 18:59
This verifies that the libraries can be built on their own. Defects
in a test that builds them all together can be hidden in case a
workspace crate accidentally enables a feature (`--features=enable`)
which the CI job ought to check builds with it disabled (e.g. examples
crate depending on `tracy-client` with its default features enabled.)
@nagisa nagisa merged commit bf35531 into main Dec 14, 2024
10 checks passed
@nagisa nagisa deleted the improve-ci branch December 14, 2024 19:15
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.

1 participant