diff options
Diffstat (limited to '.woodpecker/test.yml')
| -rw-r--r-- | .woodpecker/test.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml new file mode 100644 index 0000000..045da8e --- /dev/null +++ b/.woodpecker/test.yml @@ -0,0 +1,11 @@ +matrix: + DB: + - sqlite + - postgres + +steps: + - name: "test($DB)" + image: python:bookworm + commands: + - pip install tox + - ci/run_tests.sh $DB |
