Skip to content

restructuring of runtime and protocol types #23

restructuring of runtime and protocol types

restructuring of runtime and protocol types #23

Workflow file for this run

on: push
jobs:
pre-commit-checks:
name: Check that pre-commit is passed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
build_and_tests:
name: Build and tests
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Build
run: cargo build --release
- name: Tests
run: cargo test --verbose