Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1 KB

build.md

File metadata and controls

38 lines (27 loc) · 1 KB

Edge service - Build

Prerequisites

  • Go 1.16

Prerequisites for Tests

Targets

# run checks and unit tests
make all

# run linter checks
make checks

# run unit tests
make unit-test

# run checks and unit tests
make all
    
# run BDD tests
make bdd-test

BDD Test Prerequisites

To run BDD tests (make bdd-test) you need to modify your hosts file (/etc/hosts on *NIX) to add the following lines, to allow a few of the bdd test containers to be connected to externally.

127.0.0.1 testnet.orb.local
127.0.0.1 vault.kms.example.com
127.0.0.1 edv.rest.example.com