summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@users.noreply.github.com>2024-06-29 09:35:57 +0200
committerLibravatar GitHub <noreply@github.com>2024-06-29 09:35:57 +0200
commit137ef5a9ff8f06f9167a1aca9bafa0e8ab2e21e6 (patch)
treebdd6055dfe9276de4e391f25b8ea6dee66ccce21 /.drone.yml
parent[bugfix] Fix typo in instance cache copyF (#3052) (diff)
downloadgotosocial-137ef5a9ff8f06f9167a1aca9bafa0e8ab2e21e6.tar.xz
[feature] Default to WASM-based SQLite driver (#3053)
* [feature] Default to WASM-based SQLite driver With 0.16 out this switches our default SQLite driver to the WASM-based solution instead. So far the driver seems to perform just as well. Switching our default should result in it getting a bit more testing during the 0.17 development cycle. * add the ol' john hancock --------- Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 144e21078..944f0544f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -42,7 +42,7 @@ steps:
go test
-failfast
-timeout=20m
- -tags "wasmsqlite3 netgo osusergo static_build kvformat timetzdata"
+ -tags "netgo osusergo static_build kvformat timetzdata"
./...
- ./test/envparsing.sh
- ./test/swagger.sh
@@ -204,6 +204,6 @@ steps:
---
kind: signature
-hmac: 2e74313f4192b3e6daf6d1d00a7c3796019d93da7ce7e0a77208ccc3c37089b0
+hmac: 86ebddcd630792cac43aa92fa7f45118943c51b5157491d05eb480ac21762329
...