Skip to content

Buff patch

Buff patch #429

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions/setup-node@v3
with:
node-version: 17
- run: cargo test --manifest-path=./src/rs/Cargo.toml