Skip to content

Commit

Permalink
Build up rust lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
tbsklg committed Aug 15, 2024
1 parent d4ebaf6 commit 26d3b0f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ permissions:
contents: read
pull-requests: write
jobs:
build_and_test:
name: rust-lambdas
runs-on: ubuntu-latest
working-directory: health
strategy:
matrix:
toolchain:
- stable
steps:
- uses: actions/checkout@v4
- run: pip3 install cargo-lambda
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo lambda build --arm64 --release
- run: cargo test --verbose

deploy-infrastructure:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 26d3b0f

Please sign in to comment.