From 963ccd944e7db553f003475afae7f270aeaab41a Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sat, 13 Mar 2021 22:46:55 +0100 Subject: ci: enable the bundled test --- .builds/debian-stable-amd64.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.builds/debian-stable-amd64.yml b/.builds/debian-stable-amd64.yml index 03ec7d9..813f8e3 100644 --- a/.builds/debian-stable-amd64.yml +++ b/.builds/debian-stable-amd64.yml @@ -25,8 +25,6 @@ tasks: cd zig-sqlite 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 + - test_with_bundled_library: | + cd zig-sqlite + TERM=dumb zig build test -Din_memory -Duse_bundled -- cgit v1.2.3