tursodatabase/libsql

Enhance extensions test github workflow

开放

#1,042 创建于 2024年2月16日

 (1 条评论) (0 个反应) (0 位负责人)C (490 个派生)batch import
cigood first issue

仓库指标

星标
 (16,744 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

The workflow in question: https://github.com/tursodatabase/libsql/blob/d178de8/.github/workflows/extensions-test.yml

We can do bunch of optimisations / enhancement:

  1. Use cargo cache to cache the dependencies
  2. 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
  3. Setup runner to run on mac and windows machines

贡献者指南