tursodatabase/libsql

Enhance extensions test github workflow

Open

#1.042 geöffnet am 16. Feb. 2024

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C (490 Forks)batch import
cigood first issue

Repository-Metriken

Stars
 (16.744 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 23h 19m) (1 gemergte PR in 30 T)

Beschreibung

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

Contributor Guide