~bigbes/core-go

a8bf3107c0684594647f0ed661660db1534cfcb7 — Drew DeVault 5 years ago a9e49d1
.builds/alpine.yml: run tests
1 files changed, 6 insertions(+), 3 deletions(-)

M .builds/alpine.yml
M .builds/alpine.yml => .builds/alpine.yml +6 -3
@@ 9,6 9,9 @@ packages:
sources:
 - https://git.sr.ht/~sircmpwn/core-go
tasks:
  - build: |
      cd core-go
      go build -v ./...
- build: |
    cd core-go
    go build -v ./...
- test: |
    cd core-go
    go test -v ./...