Skip to content

(rust): Deploy the Rust lambda #7

(rust): Deploy the Rust lambda

(rust): Deploy the Rust lambda #7

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