ED-NEWP / galos

0 stars 0 forks source link

Speed up EDDB tests #14

Closed yevk closed 3 years ago

yevk commented 3 years ago

Currently the tests are somewhat slow and delay the CI. Furthermore, we don't yet make significant changes to these projects but test them on every push.

EDDB: ~25s EDDN: ~30s

@nixpulvis: I can speed these up by randomly filtering down that file.

nixpulvis commented 3 years ago

State of tests in submodules:

I think the only thing to do here is to trim the size of the eddb test files a bit at random. We should be able to run these in about half the time as they run now in total.

EDDN: ~30s

@yevk where are you seeing this?

yevk commented 3 years ago

@nixpulvis in the action run log: https://github.com/ED-NEWP/galos/runs/2056632002?check_suite_focus=true

nixpulvis commented 3 years ago

@yevk I am not sure what you are looking at TBH.

nixpulvis commented 3 years ago

Issue should be in ED-NEWP/eddb#1.