Skip to content

Bump js-slang from 0.5.32 to 1.0.37 in /sourceror-driver #536

Bump js-slang from 0.5.32 to 1.0.37 in /sourceror-driver

Bump js-slang from 0.5.32 to 1.0.37 in /sourceror-driver #536

Workflow file for this run

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
name: CI
jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
- uses: actions-rs/cargo@v1
with:
command: test
args: --release --all-features
- name: Yarn install and build
run: cargo install wasm-pack && cd sourceror-driver && yarn install && yarn run build