vigna / fastutil

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
Apache License 2.0
1.78k stars 196 forks source link

Add CI pipeline #301

Closed r00ta closed 10 months ago

r00ta commented 1 year ago

Hi,

I was surfing around and I noticed there is no CI in place. In case you want to add it, here's the contribution :)

You can find the example here https://github.com/r00ta/fastutil/pull/2 .

The pipeline can be then improved to upload the tests results in order to get additional information regarding the test failures.

Cheers!