Skip to content

chore: make db public so we can set metadata #128

chore: make db public so we can set metadata

chore: make db public so we can set metadata #128

Workflow file for this run

name: Build-Test-Fmt
on: [push, pull_request]
jobs:
build-test-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup toolchain install stable --profile minimal
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build
- name: Test
run: cargo test
- name: Fmt
run: cargo fmt -- --check