Skip to content

build(deps): enforce tonic >= 0.12.3 and update other dependencies #454

build(deps): enforce tonic >= 0.12.3 and update other dependencies

build(deps): enforce tonic >= 0.12.3 and update other dependencies #454

Workflow file for this run

---
name: Build
on:
pull_request:
paths-ignore:
- "docs/**"
push:
paths-ignore:
- "docs/**"
branches:
- master
- "v*.*.*"
jobs:
cleanup-runs:
runs-on: ubuntu-latest
steps:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
tenderdash:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/deps
- name: Build source code
shell: bash
run: cargo build --all-features