Skip to content

update to integrate api for plugins #3

update to integrate api for plugins

update to integrate api for plugins #3

Workflow file for this run

name: Rust Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --workspace