Skip to content

Redesign the flatbuffers schema to prepare for encrypted payloads. #47

Redesign the flatbuffers schema to prepare for encrypted payloads.

Redesign the flatbuffers schema to prepare for encrypted payloads. #47

Workflow file for this run

name: cargo-test
on:
push:
branches:
- main
pull_request:
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: cargo build --verbose
- run: cargo test --verbose