From 7fc475de3f7f27ba8ee447ae9dc80898bcabf4fd Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 24 Jan 2021 01:18:37 +0100 Subject: ci: test both in-memory and filesystem --- .builds/debian-stable-amd64.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.builds/debian-stable-amd64.yml') diff --git a/.builds/debian-stable-amd64.yml b/.builds/debian-stable-amd64.yml index d129c03..03ec7d9 100644 --- a/.builds/debian-stable-amd64.yml +++ b/.builds/debian-stable-amd64.yml @@ -17,16 +17,16 @@ tasks: mv ~/zig-linux-* ~/zig-master echo "export PATH=$PATH:~/zig-master" >> ~/.buildenv - - test: | + - test_in_memory: | cd zig-sqlite - TERM=dumb zig build test + TERM=dumb zig build test -Din_memory=true - - test_in_memory: | + - test_filesystem: | cd zig-sqlite - TERM=dumb zig build test -Din_memory + TERM=dumb zig build test -Din_memory=false # TODO(vincent): This fails with Debian for some reason # # - test_with_bundled_library: | # cd zig-sqlite - # TERM=dumb zig build test -Din_memory -Duse_bundled \ No newline at end of file + # TERM=dumb zig build test -Din_memory -Duse_bundled -- cgit v1.2.3