How do I keep my tests in version control?

I’ve synced my API with GitHub, but it only syncs the actual API (OpenAPI 3 definition) but not my test collection.

I want to keep my tests in version control. How do I do this?