arch: x86_64 environment: PROJECT_NAME: 'cview' CGO_ENABLED: '1' GO111MODULE: 'on' image: alpine/edge packages: - go sources: - https://git.sr.ht/~tslocum/cview tasks: - test: | cd $PROJECT_NAME go test ./...