Skip to content

(common): Add brief explanation of the benchmark & goals #16

(common): Add brief explanation of the benchmark & goals

(common): Add brief explanation of the benchmark & goals #16

Workflow file for this run

name: Test Rust Lambda
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Rust tests
run: |
cd lambda/rust
cargo test