Skip to content

Merge pull request #3 from SciLifeLab/dev #27

Merge pull request #3 from SciLifeLab/dev

Merge pull request #3 from SciLifeLab/dev #27

Workflow file for this run

name: Test successful compilation on Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
target: wasm32-unknown-unknown
- name: Build
uses: actions-rs/cargo@v1
with:
command: build