Clean up CCI config.

This commit is contained in:
Gabriel Simmer 2021-05-29 22:42:24 +01:00
parent 636ab32ead
commit cbd30f9155
3 changed files with 9 additions and 2 deletions

View file

@ -32,8 +32,9 @@ jobs:
- run: - run:
command: make test command: make test
workflows: workflows:
version: 2
build-and-test: build-and-test:
jobs: jobs:
- build
- test - test
- build:
requires:
- test

View file

@ -52,6 +52,12 @@ After configuring the providers you would like to utilize, simply run
`./sliproad`. This will spin up the webserver at `127.0.0.1:3000`, listening on `./sliproad`. This will spin up the webserver at `127.0.0.1:3000`, listening on
all addresses. all addresses.
## API
This project is largely API-first, and documentation can be found here:
https://github.com/gmemstr/sliproad/wiki/API
## Building ## Building
This project leverages a Makefile to macro common commands for running, testing This project leverages a Makefile to macro common commands for running, testing