Skip to content

Switch to RE2 for performance #65

Switch to RE2 for performance

Switch to RE2 for performance #65

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
sudo apt-get update
sudo apt-get install -y libsystemd-dev
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install -r requirements.txt
- run: python -u wikitools/tests.py
timeout-minutes: 5
- run: python -u tests.py
timeout-minutes: 5