From 184bc03eefbe57a6e132554f95093464b749e1e6 Mon Sep 17 00:00:00 2001 From: Pabloo22 Date: Mon, 12 Feb 2024 11:38:45 +0100 Subject: [PATCH] Add tests badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 57aa410..6b930c1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # job_shop_lib +[![Tests](https://github.com/Pabloo22/job_shop_lib/actions/workflows/tests.yaml/badge.svg)](https://github.com/Pabloo22/job_shop_lib/actions/workflows/tests.yaml) + A framework to model and solve the Job Shop Scheduling Problem with a special focus on graph representations. ## Installation