mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
Update package name in go CI
This commit is contained in:
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@@ -34,10 +34,9 @@ jobs:
|
||||
go-version: "1.23"
|
||||
|
||||
- name: build Go bindings library
|
||||
run: cargo build --package limbo-go
|
||||
run: cargo build --package turso-go
|
||||
|
||||
- name: run Go tests
|
||||
env:
|
||||
LD_LIBRARY_PATH: ${{ github.workspace }}/target/debug:$LD_LIBRARY_PATH
|
||||
run: go test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user