| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-01-24 | build: default to in-memory tests | 1 | -2/+2 | ||
| Now that we use `std.testing.tmpDir` we're actually hitting the disk, which made me realize that the tests run significantly slower than before, because on my system `/tmp` is a tmpfs which is already in memory. | |||||
| 2021-01-09 | allow building with the bundled sqlite source code | 1 | -9/+29 | ||
| 2020-12-31 | build: set the target | 1 | -0/+3 | ||
| 2020-12-28 | rename is_ci to in_memory | 1 | -2/+2 | ||
| 2020-10-24 | remove the src directory | 1 | -2/+2 | ||