Skip to content

(benchmark): Add instructions to run the analysis script #20

(benchmark): Add instructions to run the analysis script

(benchmark): Add instructions to run the analysis script #20

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