Skip to content

Merge pull request #2 from SciLifeLab/First_Draft #26

Merge pull request #2 from SciLifeLab/First_Draft

Merge pull request #2 from SciLifeLab/First_Draft #26

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