separate test pipeline

This commit is contained in:
2025-11-21 12:17:30 +01:00
parent a6e08c86c0
commit 6b7a5dedd5

View File

@@ -15,6 +15,11 @@ steps:
- apk add --no-cache bash build-base words-en gdb perl pcre2 pcre2-dev db db-dev pkgconfig meson ninja
- meson setup --reconfigure build
- ninja -C build
test-berkeley:
when:
event: [push]
image: alpine:latest
- rm -f test.db
- build/dbtool -d test.db -i -k "test" -v "blah blah blah"
- build/dbtool -d test.db -D | grep blah