diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 153c50b..cb60d3e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,6 +43,12 @@ jobs: with: python-version: ${{ matrix.python-version }} + - name : Install Nmap and Masscan + run: | + suao apt-get update + sudo apt-get install -y nmap masscan + shell: bash + - name: Run tests run: uv run python -m pytest tests --cov --cov-config=pyproject.toml --cov-report=xml