Skip to content

Use cache to speed-up go execution in tests and building

Tomasz Maczukin requested to merge use-cache-to-speedup-go-execution into main

Hopefully using GOCACHE that is cached by the runners will speed-up a little the execution of tests and compilation.

Checked on the pipeline for this MR:

So ~51% speed-up of the overall job time and ~92% speed-up of the go test execution itself 😉

I'm curious how it will look for the compilation step 🙂

Edited by Tomasz Maczukin

Merge request reports

Loading