0d645bcebd
I'm not sure what are the implications but it seems required. Link: https://github.com/golang/go/issues/20883 Signed-off-by: Robin Jarry <robin@jarry.cc>
13 lines
163 B
YAML
13 lines
163 B
YAML
image: alpine/edge
|
|
packages:
|
|
- go
|
|
- scdoc
|
|
sources:
|
|
- https://git.sr.ht/~rjarry/aerc
|
|
tasks:
|
|
- build: |
|
|
cd aerc
|
|
make
|
|
- test: |
|
|
cd aerc
|
|
go test ./...
|