this post was submitted on 18 Oct 2023
1 points (100.0% liked)

Java News/Tech/Discussion/etc. No programming help, no learning Java

0 readers
0 users here now

News, Technical discussions, research papers and assorted things of interest related to the Java programming language NO programming help, NO...

founded 1 year ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/java by /u/mpbeau on 2023-10-18 08:20:14.


We run JUnit tests every time I push a commit to github (Integration Tests and Unit Tests). The integration tests take 16 minutes to pass at this point and pushing even small changes means I have to context switch or wait for ages. Is there any way to parallelise them? Processes that help? Libraries to speed things up?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here