From 466a89de43c07e23084a21beff61c5707a8be8f9 Mon Sep 17 00:00:00 2001 From: Asylum4You Date: Fri, 30 Jan 2026 14:51:51 -0800 Subject: [PATCH] Delete .github/workflows/tests.yml --- .github/workflows/tests.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/workflows/tests.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml deleted file mode 100644 index 25100961dc..0000000000 --- a/.github/workflows/tests.yml +++ /dev/null @@ -1,31 +0,0 @@ -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [ 'pypy-2.7', '3.8', '3.14' ] - exclude: - - os: macos-latest - python-version: 'pypy-2.7' - steps: - - name: Checkout code - uses: actions/checkout@v4 - with: - fetch-depth: 1 - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 - with: - python-version: ${{ matrix.python-version }} - - name: Basic import test - run: python -c "import sqlmap; import sqlmapapi" - - name: Smoke test - run: python sqlmap.py --smoke - - name: Vuln test - run: python sqlmap.py --vuln