Add SQLite job to CI

Signed-off-by: Matt Heon <mheon@redhat.com>
This commit is contained in:
Matt Heon
2023-03-03 13:41:29 -05:00
parent 990f4328b6
commit 39fd9aa084
6 changed files with 41 additions and 3 deletions

View File

@ -65,6 +65,7 @@ type PodmanTest struct {
ImageCacheDir string
ImageCacheFS string
NetworkBackend NetworkBackend
DatabaseBackend string
PodmanBinary string
PodmanMakeOptions func(args []string, noEvents, noCache bool) []string
RemoteCommand *exec.Cmd