tokiotest-httpserver 0.2.1

A simple http server to make unit/integration tests
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
version: 2.1

jobs:
  build:
    docker:
      - image: cimg/rust:1.59.0
    steps:
      - checkout
      - run: cargo --version
      - run:
          name: Run Tests
          command: "cargo test"