inspircd / inspircd

A modular C++ IRC server (ircd).
https://www.inspircd.org
1.14k stars 265 forks source link

Add CI workflow running integration tests with irctest #2038

Closed progval closed 1 year ago

progval commented 1 year ago

Summary

This adds a new CI workflows which uses the irctest test suite to run integration test on the C2S protocol

Rationale

It will help detect regressions, such as the ones fixed by:

Actually running the build also detects link issues (it happened once or twice in the past)

Testing Environment

N/A

Checks

I have ensured that: