kean / Get

Web API client built using async/await
MIT License
937 stars 74 forks source link

Running tests on Linux #32

Closed vox-humana closed 2 years ago

vox-humana commented 2 years ago

Linux support was introduced here #20 However, because there is no CI task that would sanitise every single PR it might get broken easily. This PR adds a simple swift test job that runs on Linux. Had to add Linux support in Mocker first.

kean commented 2 years ago

Good stuff, thanks @vox-humana!