chaindev 0.54.3

Powerful development and testing utils for blockchain developers.
Documentation
name: Rust

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

env:
  CARGO_TERM_COLOR: always

jobs:
  #  coverage:
  #    runs-on: ubuntu-latest
  #    steps:
  #      - uses: actions/checkout@v2
  #      - uses: actions-rs/toolchain@v1
  #        with:
  #          toolchain: stable
  #          components: llvm-tools-preview
  #      - name: Install cargo-llvm-cov
  #        uses: taiki-e/install-action@cargo-llvm-cov
  #      - name: Generate code coverage
  #        run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
  #      - name: Upload coverage to Codecov
  #        uses: codecov/codecov-action@v1
  #        with:
  #          files: lcov.info
  #          fail_ci_if_error: true
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: CI jobs
      run: rustup update stable; make ci