Skip to content

Load MPC inputs from Postgres DBs #93

Load MPC inputs from Postgres DBs

Load MPC inputs from Postgres DBs #93

Workflow file for this run

name: Cargo Build/Test/Clippy
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo clippy -- -Dwarnings
- run: cargo test -- --nocapture
working-directory: ./examples/http-multi-server-channels
- run: cargo test -- --nocapture
working-directory: ./examples/http-single-server-channels
- run: cargo test -- --nocapture
working-directory: ./examples/iroh-p2p-channels