From 3c28c5bbff710c992572d147381aa347945ba7f7 Mon Sep 17 00:00:00 2001 From: Borislav Stanimirov Date: Thu, 16 Feb 2023 05:54:41 +0200 Subject: [PATCH] GH actions badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0be9c49..9ca3b61 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # picobench [![Language](https://img.shields.io/badge/language-C++-blue.svg)](https://isocpp.org/) [![Standard](https://img.shields.io/badge/C%2B%2B-11-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) -[![Build Status](https://travis-ci.org/iboB/picobench.svg?branch=master)](https://travis-ci.org/iboB/picobench) +[![Test](https://github.com/iboB/picobench/actions/workflows/test.yml/badge.svg)](https://github.com/iboB/picobench/actions/workflows/test.yml) picobench is a tiny (micro) microbenchmarking library in a single header file.