mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-26 07:15:36 +02:00
update github action
This commit is contained in:
@@ -10,12 +10,10 @@ const build_compact = env && env.includes("compact");
|
||||
const build_esm = !env || env.startsWith("module");
|
||||
const Charset = _Charset || (await import("../src/charset.js")).default;
|
||||
|
||||
import SQLite_src from "../src/db/sqlite/index.js";
|
||||
import SQLite_dist from "../dist/module/db/sqlite/index.js";
|
||||
import tests from "./persistent.js";
|
||||
|
||||
if(!build_light && !build_compact){
|
||||
describe("Persistent: SQLite", function(){
|
||||
tests(env ? SQLite_dist : SQLite_src, "SQLite");
|
||||
describe("Persistent: SQLite", async function(){
|
||||
await tests("SQLite");
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user