sourcehut ci

This commit is contained in:
Henry 2021-01-25 18:36:35 +01:00
parent f8ed24b665
commit 7a339246cd
1 changed files with 11 additions and 0 deletions

11
.builds/test.yml Normal file
View File

@ -0,0 +1,11 @@
image: alpine/latest
packages:
- go
sources:
- https://git.sr.ht/~cryptix/go-ssb-rooms
tasks:
- test: |
cd go-ssb-rooms
go build -i ./...
go test ./...
go test -race -failfast -count 25 ./...