Skip to content

Add /dial API to mutiny serve and include UI in chat example #33

Add /dial API to mutiny serve and include UI in chat example

Add /dial API to mutiny serve and include UI in chat example #33

Workflow file for this run

name: Test mutinyd
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
cd mutinyd
cargo test --verbose