Skip to content

bench: v0.2.17 results CSV (30/30 valid) #795

bench: v0.2.17 results CSV (30/30 valid)

bench: v0.2.17 results CSV (30/30 valid) #795

Workflow file for this run

name: ci
on: [push, pull_request, repository_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 下载 ABI 依赖
env: { GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}" }
run: ./ci/deps.sh
- name: 构建
run: |
make runtime
make layout
sudo cp layout/target/release/libkvlanglayout.so /usr/lib/
make runtime-rs
sudo make install
- name: 测试
env: { KVSPACE: "shm:///tmp/kvlang_ci" }
run: python3 tutorial/test.py