Skip to content

build(deps): bump wasmtime from 15.0.1 to 43.0.1 #8

build(deps): bump wasmtime from 15.0.1 to 43.0.1

build(deps): bump wasmtime from 15.0.1 to 43.0.1 #8

Workflow file for this run

name: Lean CI
on:
push:
branches: [main, develop]
pull_request:
branches: [main]
concurrency:
group: lean-ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lean:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Elan
run: |
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- name: Lake build
run: lake build
- name: Executable smoke tests
run: |
lake exe test_rbac
lake exe test_tenant
lake exe test_attest