From 8808367d6ac33a9fc8c88f7db1ee24939ff3ec79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Mon, 29 Aug 2022 18:59:21 +0200 Subject: [PATCH] Use `static-sqlite` as feature flag for AppVeyor builds. See: tpo/core/arti#450. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index cc3123663..5a5221638 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -54,4 +54,4 @@ install: build: false test_script: - - cargo test --verbose %cargoflags% + - cargo test --verbose -F static-sqlite %cargoflags%