RustLight / sacn

A Rust implementation of the ANSI E1.31 Streaming ACN protocol, tested against protocol version ANSI E1.31-2018.
Apache License 2.0
39 stars 8 forks source link

[Feature] Auto Run Integration Testing #6

Open Lan2u opened 4 years ago

Lan2u commented 4 years ago

Is your feature request related to a problem? Please describe. Currently the github actions include running unit tests but ignore the integration tests.

Describe the solution you'd like Create a way to run these integration tests using the github actions to provide better ongoing testing of the library, this might mean having to dockerise a simple deployment test bed.