Skip to content

New persist format #211

New persist format

New persist format #211

Workflow file for this run

name: Test it
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Test Build
run: |
cargo test