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

For all projects #651

Merged
merged 32 commits into from
Sep 9, 2023
Merged

For all projects #651

merged 32 commits into from
Sep 9, 2023

Conversation

namse
Copy link
Contributor

@namse namse commented Sep 8, 2023

  1. publish for-all-projects
  2. run for-all-projects on ci/cd

for-all-projects support check, fmt, fix, clippy, test, etc.
For test, it check [package.metadata] in Cargo.toml.

if package.metadata.namui is true, it run namui test.

if package.metadata.test specificed as string, it run that test script.
for example,

[package.metadata]
test = "../run_test.sh"

I removed wrong cache on ci/cd and used more fine-grade caching.

And I replaced namui-test-....yml in ci/cd and from now on all.yml will run for-all-projects in parallel using matrix.

You can install for-all-projects using cargo add for-all-projects.

@namse namse marked this pull request as ready for review September 8, 2023 08:10
@namse namse marked this pull request as draft September 8, 2023 08:11
@namse namse marked this pull request as ready for review September 8, 2023 10:30
@namse namse self-assigned this Sep 8, 2023
@namse namse requested a review from bigfoodK September 8, 2023 17:35
@namse namse enabled auto-merge (squash) September 8, 2023 17:36
@namse namse merged commit 17d88bb into master Sep 9, 2023
31 checks passed
@namse namse deleted the for-all-projects branch September 9, 2023 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants