Closed newhoggy closed 4 years ago
If I run cabal test all for the first time, the test fails because the bech32 executable is missing. Adding bech32 to build-tools will ensure it is built first and be in the PATH when the test runs.
cabal test all
bech32
build-tools
PATH
If I run
cabal test all
for the first time, the test fails because thebech32
executable is missing. Addingbech32
tobuild-tools
will ensure it is built first and be in thePATH
when the test runs.