github: Add timeout to compatibility tests

...one job was running non-stop for an hour, which is clearly not right.
This commit is contained in:
Pekka Enberg
2025-02-12 09:56:39 +02:00
parent 01671d1d1e
commit a8a22e412c

View File

@@ -83,6 +83,7 @@ jobs:
- uses: "./.github/shared/install_sqlite"
- name: Test
run: make test
timeout-minutes: 10
test-sqlite:
runs-on: ubuntu-latest