blacklanternsecurity / bbot

A recursive internet scanner for hackers.
https://www.blacklanternsecurity.com/bbot/
GNU General Public License v3.0
4k stars 366 forks source link

Run Tests on Multiple Linux Distros #1469

Open TheTechromancer opened 2 weeks ago

TheTechromancer commented 2 weeks ago

We should try and run our tests on multiple Linux distros. This would help prevent some of the cross-distro pain we've dealt with in installing OS packages.

jobs:
  test:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os: [ubuntu-latest, debian, archlinux, fedora-latest, gentoo, alpine]
TheTechromancer commented 1 week ago

Need @aconite33 to set up self-hosted runners.