about summary refs log tree commit diff stats
path: root/.build.yml
blob: d4677a85309f3011fad02a8e5e529a825323733a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
image: alpine/edge
packages:
  - go
sources:
  - https://git.sr.ht/~gbmor/getwtxt
tasks:
  - build: |
      cd getwtxt
      go test -v
      go test -v --bench . --benchmem