Skip to content

20240604 tx status metrics (#46) #116

20240604 tx status metrics (#46)

20240604 tx status metrics (#46) #116

Workflow file for this run

on: [push]
name: CI
jobs:
build_and_test:
name: Build mTransaction
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/cargo@v1
with:
command: build
args: --release