Skip to content

Merge pull request #132 from She-ge/feat/93-Dead-Mans-Switch #94

Merge pull request #132 from She-ge/feat/93-Dead-Mans-Switch

Merge pull request #132 from She-ge/feat/93-Dead-Mans-Switch #94

Workflow file for this run

name: Rust CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
override: true
- run: make build