blacklanternsecurity / bbot

A recursive internet scanner for hackers.

Home Page:https://www.blacklanternsecurity.com/bbot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run Tests on Multiple Linux Distros

TheTechromancer opened this issue · comments

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]

Need @aconite33 to set up self-hosted runners.