This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
How to handle multiple crates scattered throughout my repo? #30
Labels
enhancement
New feature or request
Do the checklist before filing an issue:
actions-rs
Actions?If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Motivation
I have a monorepo with various languages, rust included, at different levels. I don't see how the actions should be used in this case. My brute force approach is to define a Makefile target that recurses my repo like this,
... and then call
make test-rust
from the GH action, after setting up the environment. This seems hacky.Workflow example
/shrug -- I'm thinking there should be a --recursive-find-crate sort of option.
Additional context
There are existing discussions around pointing to one particular workspace or crate: #27 and #28 which seem germane but don't solve my problem.
Any advise?
The text was updated successfully, but these errors were encountered: