From a8ed348b5cd0cd71c27f59c89a6340ca9a41664c Mon Sep 17 00:00:00 2001 From: Perki Date: Wed, 13 Mar 2024 16:59:45 +0100 Subject: [PATCH] adding tests badge --- .github/workflows/{node.js.yml => test.js.yml} | 0 README.md | 2 ++ 2 files changed, 2 insertions(+) rename .github/workflows/{node.js.yml => test.js.yml} (100%) diff --git a/.github/workflows/node.js.yml b/.github/workflows/test.js.yml similarity index 100% rename from .github/workflows/node.js.yml rename to .github/workflows/test.js.yml diff --git a/README.md b/README.md index 8a8a50f..00290eb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Promise pool with rate limiting for Node.js +![tests](https://github.com/github/docs/actions/workflows/main.yml/badge.svg) + Super simple, depency less When you need to execute a very large number of Promise to be created "on the fly", but you must comply to maximum concurent and and/or maximum call rate.