~nesv/govern

0c306332d1299265bb4a5ad9f09bc7319035c1af — Nick Saika 1 year, 2 months ago a24e5ff
ci: Call "go mod download" before running "make check"
1 files changed, 3 insertions(+), 0 deletions(-)

M .builds/arch.yml
M .builds/arch.yml => .builds/arch.yml +3 -0
@@ 6,5 6,8 @@ packages:
sources:
  - https://git.sr.ht/~nesv/govern
tasks:
  - modules: |
      cd govern
      go mod download
  - check: make -C govern check
  - build: make -C govern all