Skip to content

API:GET /colors should return color_id and block_height pairs sorted … #84

API:GET /colors should return color_id and block_height pairs sorted …

API:GET /colors should return color_id and block_height pairs sorted … #84

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Install
run: cargo install --path .