mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-10 11:44:22 +01:00
Remove go github workflow
This commit is contained in:
42
.github/workflows/go.yml
vendored
42
.github/workflows/go.yml
vendored
@@ -1,42 +0,0 @@
|
||||
name: Go Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
env:
|
||||
working-directory: bindings/go
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ${{ env.working-directory }}
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust(stable)
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Set up go
|
||||
uses: useblacksmith/setup-go@v6
|
||||
with:
|
||||
go-version: "1.23"
|
||||
|
||||
- name: build Go bindings library
|
||||
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