Skip to content

chore: Update README and licenses #100

chore: Update README and licenses

chore: Update README and licenses #100

Workflow file for this run

name: test_build_push
on: push
jobs:
build: # This does not build the whole proto files for production, it tests if rust / tonic
runs-on: ubuntu-latest
steps:
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Checkout repository with submodules
uses: actions/checkout@v2
with:
submodules: recursive
- name: Pull rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Test compiling protofiles with rust
uses: actions-rs/cargo@v1
with:
command: build