Skip to content

Merge pull request #34 from aclueless/new-same-type-child-component #180

Merge pull request #34 from aclueless/new-same-type-child-component

Merge pull request #34 from aclueless/new-same-type-child-component #180

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Run tests
run: ./test.sh