aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/test.yml
blob: 045da8eba576b5c5ecc5d98790d5dbc578ce33d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
matrix:
  DB:
    - sqlite
    - postgres

steps:
  - name: "test($DB)"
    image: python:bookworm
    commands:
      - pip install tox
      - ci/run_tests.sh $DB