Skip to content

Implement new REST API: GET /colors/ #79

Implement new REST API: GET /colors/

Implement new REST API: GET /colors/ #79

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 .