Skip to content

Update mix python script for new log format (#53) #238

Update mix python script for new log format (#53)

Update mix python script for new log format (#53) #238

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "*"
push:
branches: [master]
env:
CARGO_TERM_COLOR: always
jobs:
mixnet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Build
working-directory: mixnet
run: cargo build -v
- name: Unit tests
working-directory: mixnet
run: cargo test -v