Skip to content

Commit

Permalink
Add continuous integration badge
Browse files Browse the repository at this point in the history
  • Loading branch information
awnumar committed Jul 21, 2019
1 parent 248845b commit 174f3a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -88,4 +88,4 @@ freebsd_task:
- go version
- go build -race -v ./...
test_script:
- go test -race -v -bench=. ./...
- go test -race -v ./...
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 174f3a1

Please sign in to comment.