From 92a7bb50d20b9b47164b3f1eeaf04f55dccad4e5 Mon Sep 17 00:00:00 2001 From: mihacooper Date: Mon, 24 Jan 2022 11:26:57 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fcdd34..43ed850 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ | Linux + MacOS | Windows | | ------------- | ------- | -| [![Build Status](https://travis-ci.org/effil/effil.svg?branch=master)](https://travis-ci.org/effil/effil) | [![Build status](https://ci.appveyor.com/api/projects/status/ji0l9lbs17djgm8w/branch/master?svg=true)](https://ci.appveyor.com/project/mihacooper/effil/branch/master) | +| [![build & run tests](https://github.com/effil/effil/actions/workflows/cmake.yml/badge.svg)](https://github.com/effil/effil/actions/workflows/cmake.yml) | [![Build status](https://ci.appveyor.com/api/projects/status/ji0l9lbs17djgm8w/branch/master?svg=true)](https://ci.appveyor.com/project/mihacooper/effil/branch/master) | Effil is a multithreading library for Lua. It allows to spawn native threads and safe data exchange.