cigood first issue
倉庫指標
- Star
- (16,744 star)
- PR 合併指標
- (平均合併 23小時 19分鐘) (30 天內合併 1 個 PR)
描述
The workflow in question: https://github.com/tursodatabase/libsql/blob/d178de8/.github/workflows/extensions-test.yml
We can do bunch of optimisations / enhancement:
- Use cargo cache to cache the dependencies
- There are three branches of tests, all of them build libsql and then run their particular tests. We should make building the libsql as a common part and then branch out to individual tests
- Setup runner to run on mac and windows machines