chiatzen

Results 5 comments of chiatzen

I am interested in helping, however I'm still relatively new so I prob need a few pointers. Where should I start looking for places for potential caching?

I'm guessing we cannot skip the tests? As of current I see that various tests take up majority of the time and looks like aside from that we have the...

hmm for tests I'm thinking maybe keep a variable somewhere and modify it every time `tsc -w` compiles? Or just calculate a SHA256 for all `*.ts` file and check them...

I looked into caching dependencies and it seems that it is already documented in the [github actions documentation](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows). Should I try following the steps here?

I have checked with the `ci.yaml` file and indeed the `x86-64 Linux build` step is not using cache. However it says in the comments above that > # this requires...