Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

chore(config): gRPC config fix and initiated, make configs public #18

chore(config): gRPC config fix and initiated, make configs public

chore(config): gRPC config fix and initiated, make configs public #18

Workflow file for this run

name: Cargo Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all