Skip to content

(benchmark): Fill missing values with 0 #22

(benchmark): Fill missing values with 0

(benchmark): Fill missing values with 0 #22

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