hi, question I am currently using pants build for ...
# general
b
hi, question I am currently using pants build for my go project I may have encounter 2 issues 1. how can i access a resource file during test run? e.g. schema file for local database setup to run test against database layer 2. it seems that pants build does not allow a go dir with only test files? ref for 1: https://github.com/pantsbuild/pants/issues/5132 https://github.com/pantsbuild/pants/issues/2590 ref for 2: https://github.com/pantsbuild/pants/issues/5131