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.