konform-kt / konform

Portable validations for Kotlin
https://www.konform.io
MIT License
636 stars 39 forks source link

Add github workflow cache for Kotlin native dependencies #120

Closed dhoepelman closed 1 week ago

dhoepelman commented 1 week ago

The Kotlin/JS and Kotlin/Native dependencies weren't cached, which was especially noticable on the macos build #119 introduced since it needs to download the xcode stuff.

dhoepelman commented 1 week ago

comparison between existing and new caching: ubuntu-latest: 3m1s to 1m50s (~33%) macs-latest: 5m29s to 2m39s (almost 50%)