Open btlogy opened 5 months ago
Same as discovered locally before, the Nix build fails on this missing mocking code:
> Running phase: checkPhase
> # github.com/stevejefferson/trac2gitea/importer
> importer/setup_test.go:12:2: cannot find module providing package github.com/stevejefferson/trac2gitea/accessor/mock_gitea
That's where I need to dig into the different phases where we might have to pull a mockgen
deps and run it before the checkPhase
(ping @hacklschorsch).
Closes #25
Does not build, but devShell works Likely facing a reproduciblity issue with mockgen to create code at build time! Also: we'd better figure how to CI this with GitHub...