Skip to content

Redesign the Rust crates. (#567) #12

Redesign the Rust crates. (#567)

Redesign the Rust crates. (#567) #12

Workflow file for this run

name: "Rust build"
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v5
- run: cd rust && cargo build
- run: cd rust && cargo test