smol-rs / concurrent-queue

Concurrent multi-producer multi-consumer queue
Apache License 2.0
254 stars 21 forks source link

Add loom test to CI #62

Closed notgull closed 5 months ago

notgull commented 5 months ago

I'm unsure why this wasn't added to begin with. This adds Loom testing to the CI with a low number of max pre-emptions, in order to avoid making the test take forever.

cc https://github.com/smol-rs/event-listener/pull/126#issue-2214269916