1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-03-10 21:25:31 +00:00

Merge pull request #211 from fredsa/patch-2

Document TEST8BIT_GITHUB_TOKEN
This commit is contained in:
Steven Hugg
2026-02-28 19:08:23 +01:00
committed by GitHub

View File

@@ -40,11 +40,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="<github_personal_access_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).