amqp-node / amqplib

AMQP 0-9-1 library and client for Node.JS
https://amqp-node.github.io/amqplib/
Other
3.69k stars 474 forks source link

Make CI more robust #746

Closed cressie176 closed 11 months ago

cressie176 commented 11 months ago

The GitHub test action has been having intermittent test failures. I've modified it to use netcat to check that RabbitMQ is running, which seems to have made things more stable. I also added node 20 to the matrix.

kibertoad commented 11 months ago

@cressie176 No need to update the makefile with version for 20?

cressie176 commented 11 months ago

Good point. On it.