robertdavidgraham / masscan

TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
GNU Affero General Public License v3.0
23k stars 3.02k forks source link

Migrate unit tests to Github Actions #713

Closed gpotter2 closed 8 months ago

gpotter2 commented 1 year ago

Since TravisCI is now basically broken for OSS, this PR moves tests from Travis CI to Github Actions.

Note: ppc64le isn't supported at the time