Skip to content

feat(serde): Use serde and bitcode to store structs as blobs (#24) #64

feat(serde): Use serde and bitcode to store structs as blobs (#24)

feat(serde): Use serde and bitcode to store structs as blobs (#24) #64

Workflow file for this run

name: Build Action
on:
push:
branches:
- '*'
- '!v*'
pull_request:
types:
- opened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
- name: Cargo build
uses: actions-rs/cargo@v1
with:
command: build