Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 528 Bytes

File metadata and controls

13 lines (8 loc) · 528 Bytes

Paranoid

Build Instructions

To run the unit tests recursively for the entire project, run go test ./... from this directory.

To run the integration tests recursively for the entire project run go test ./... -tags=integration from this directory.

To build a specific binary, consult the README file for that directory.

Hosted Discovery Server

There is a discovery server running at paranoid.discovery.razoft.net:10101 which can be used to avoid running a discovery server locally while testing.