godoc.org link and more drone CI recipe fixes.

This commit is contained in:
Stanislav Nikitin 2019-12-03 21:31:18 +05:00
parent 50fa32a8ab
commit ce292667cd
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
2 changed files with 3 additions and 1 deletions

View File

@ -34,6 +34,7 @@ steps:
- name: test-race - name: test-race
image: golang:1.13.4-alpine image: golang:1.13.4-alpine
commands: commands:
- apk add gcc
- go test -race -test.v ./... - go test -race -test.v ./...
depends_on: depends_on:
- notify-start - notify-start
@ -50,6 +51,7 @@ steps:
- name: benchmark-race - name: benchmark-race
image: golang:1.13.4-alpine image: golang:1.13.4-alpine
commands: commands:
- apk add gcc
- go test -benchmem -run=^$ go.dev.pztrn.name/valiwork -race -bench . - go test -benchmem -run=^$ go.dev.pztrn.name/valiwork -race -bench .
depends_on: depends_on:
- notify-start - notify-start

View File

@ -1,6 +1,6 @@
# ValiWork - validation framework # ValiWork - validation framework
[![Build Status](https://ci.dev.pztrn.name/api/badges/pztrn/valiwork/status.svg)](https://ci.dev.pztrn.name/pztrn/valiwork) [![Discord](https://img.shields.io/discord/632359730089689128)](https://discord.gg/CvUnEpM) ![Keybase XLM](https://img.shields.io/keybase/xlm/pztrn) [![GoDoc](https://godoc.org/go.dev.pztrn.name/valiwork?status.svg)](https://godoc.org/go.dev.pztrn.name/valiwork) [![Build Status](https://ci.dev.pztrn.name/api/badges/pztrn/valiwork/status.svg)](https://ci.dev.pztrn.name/pztrn/valiwork) [![Discord](https://img.shields.io/discord/632359730089689128)](https://discord.gg/CvUnEpM) ![Keybase XLM](https://img.shields.io/keybase/xlm/pztrn)
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. 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.