GitHub user Xuanwo added a comment to the discussion: Leverage Justfile to run CI locally and in ghac
I'm assuming that by "ghac," you mean "GitHub Action" rather than "GitHub Action Cache." --- OpenDAL's CI is extremely complex, consisting of 320 jobs and involving many different environment setups. I doubt it's possible to replicate all of them locally across various platforms. Even for the simplest checks, we use actions like `crate-ci/[email protected]` to cache binaries and speed up the CI, which also makes it difficult to reuse the same scripts locally. Simulating GitHub Actions locally is another major challenge. However, I really appreciate your willingness to give this a try and help improve the developer experience. You're welcome to give it a shot! GitHub link: https://github.com/apache/opendal/discussions/6099#discussioncomment-12959776 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
