Skip to content

libsql/replication: Improve tracing for client #847

libsql/replication: Improve tracing for client

libsql/replication: Improve tracing for client #847

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
merge_group:
branches: [ "main" ]
jobs:
maketest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: get TCL
run: sudo apt-get install -y tcl8.6-dev
- name: Install Protoc
uses: arduino/setup-protoc@v2
- name: Install Wasmpack
uses: jetli/[email protected]
with:
version: 'latest'
- name: configure
run: ./configure
- name: Run tests
run: make test
# Rust tests are run under maketestwasm
- name: Run API tests
run: make testlibsql