Skip to content

Add repo

Add repo #90

Workflow file for this run

name: zflow_graph
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run graph tests
run: cd crates/zflow_graph && cargo test --verbose
- name: Install wasm-pack
run: cargo install wasm-pack
- name: Build the Zflow Graph Javascript Library
run: cd crates/zflow_graph && wasm-pack build --debug --target web --features build_wasm