Skip to content

chore(deps): update wasmtime #114

chore(deps): update wasmtime

chore(deps): update wasmtime #114

Workflow file for this run

name: CI
on:
push:
branches: [master]
paths-ignore:
- "*.md"
- "LICENSE"
- "*.wasm"
pull_request:
branches: [master]
paths-ignore:
- "*.md"
- "LICENSE"
- "*.wasm"
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: rustfmt
target: wasm32-wasi
- name: lint
run: make check
- name: test
run: make test