fix sourcehut nodejs packages

This commit is contained in:
Henry 2021-01-27 11:48:45 +01:00
parent 45c1919577
commit d887d5cbf8
1 changed files with 4 additions and 1 deletions

View File

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