aboutsummaryrefslogblamecommitdiff
path: root/.build.yml
blob: 65c84e86516a12b42cfe90bc48913134c9dd4b31 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                       
image: alpine/edge
packages:
  - go
sources:
  - https://git.sr.ht/~emersion/koushin
tasks:
  - build: |
      cd koushin
      go test -v ./...