cohere-ai / cohere-typescript

The Cohere TypeScript SDK
https://docs.cohere.ai
MIT License
127 stars 18 forks source link

Add bun test #188

Closed billytrend-cohere closed 3 months ago

billytrend-cohere commented 3 months ago

This pull request makes changes to the .github/workflows/test.yml file, which configures continuous integration (CI) and testing workflows.

Summary

The PR renames the build job to node-test and introduces a new job called bun-test. These changes enhance the testing process by incorporating the bun package manager and specifying the necessary environment variables.

Changes