diff --git a/README.md b/README.md index 41e1481d..d17ff4b5 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,13 @@ make tsweb ### Run Tests ```sh +# To avoid "API rate limited exceeded" errors, set `TEST8BIT_GITHUB_TOKEN`, +# see: htps://github.com > Settings > Developer settings > Personal access tokens +export TEST8BIT_GITHUB_TOKEN="" + npm test ``` -Note: Github tests may fail due to lack of API key. - ## License Copyright © 2016-2024 [Steven E. Hugg](https://github.com/sehugg).