image: alpine/edge packages: - go - scdoc sources: - https://git.sr.ht/~rjarry/aerc tasks: - build: | cd aerc make - test: | cd aerc go test ./...