koinos / koinos-types

The Rosetta Stone of the Koinos ecosystem. Allows for the interpretation of Koinos data structures in a multitude of languages. Useful in the development of microservices, clients, and smart contracts.
MIT License
12 stars 3 forks source link

Avoid building JSON tests #11

Closed sgerbino closed 4 years ago

sgerbino commented 4 years ago

Much of the build time is spent building targets within the nlohmann_json repository. We can cut our build time by preventing these tests that are unused from being built.