From 174f3a1db7bce8479adfeac65c36d73360e06208 Mon Sep 17 00:00:00 2001 From: Awn Umar Date: Sun, 21 Jul 2019 15:01:14 +0100 Subject: [PATCH] Add continuous integration badge --- .cirrus.yml | 8 ++++---- README.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 2f431f4..970e10b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -23,7 +23,7 @@ linux_task: - go version - go build -race -v ./... test_script: - - go test -race -v -bench=. ./... + - go test -race -v ./... osx_task: osx_instance: @@ -48,7 +48,7 @@ osx_task: - go version - go build -race -v ./... test_script: - - go test -race -v -bench=. ./... + - go test -race -v ./... windows_task: windows_container: @@ -63,7 +63,7 @@ windows_task: - go version - go build -race -v ./... test_script: - - go test -race -v -bench=. ./... + - go test -race -v ./... freebsd_task: freebsd_instance: @@ -88,4 +88,4 @@ freebsd_task: - go version - go build -race -v ./... test_script: - - go test -race -v -bench=. ./... + - go test -race -v ./... diff --git a/README.md b/README.md index e7fe870..754ed20 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ fastrand -------- +[![Cirrus CI](https://api.cirrus-ci.com/github/awnumar/fastrand.svg)](https://cirrus-ci.com/github/awnumar/fastrand) [![GoDoc](https://godoc.org/github.com/awnumar/fastrand?status.svg)](https://godoc.org/github.com/awnumar/fastrand) [![Go Report Card](http://goreportcard.com/badge/github.com/awnumar/fastrand)](https://goreportcard.com/report/github.com/awnumar/fastrand)