Skip to content

Update itertools requirement from 0.10 to 0.12 #539

Update itertools requirement from 0.10 to 0.12

Update itertools requirement from 0.10 to 0.12 #539

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