godoc.org link and more drone CI recipe fixes.
This commit is contained in:
parent
50fa32a8ab
commit
ce292667cd
@ -34,6 +34,7 @@ steps:
|
||||
- name: test-race
|
||||
image: golang:1.13.4-alpine
|
||||
commands:
|
||||
- apk add gcc
|
||||
- go test -race -test.v ./...
|
||||
depends_on:
|
||||
- notify-start
|
||||
@ -50,6 +51,7 @@ steps:
|
||||
- name: benchmark-race
|
||||
image: golang:1.13.4-alpine
|
||||
commands:
|
||||
- apk add gcc
|
||||
- go test -benchmem -run=^$ go.dev.pztrn.name/valiwork -race -bench .
|
||||
depends_on:
|
||||
- notify-start
|
||||
|
@ -1,6 +1,6 @@
|
||||
# ValiWork - validation framework
|
||||
|
||||
[](https://ci.dev.pztrn.name/pztrn/valiwork) [](https://discord.gg/CvUnEpM) 
|
||||
[](https://godoc.org/go.dev.pztrn.name/valiwork) [](https://ci.dev.pztrn.name/pztrn/valiwork) [](https://discord.gg/CvUnEpM) 
|
||||
|
||||
ValiWork is a validation framework that provides sane API and ability to write own validators that returns arbitrary things. It is goroutine-safe and fast.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user