summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-11-27 13:41:00 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-27 13:41:00 +0100
commit5ed03480e7a03d5d957f7f43c0ad0bd46cb462c8 (patch)
tree9c1ec2bc6303561e422c51800d7276fdb0a7f64f /.drone.yml
parentFix broken defaults and broken flags (#314) (diff)
downloadgotosocial-5ed03480e7a03d5d957f7f43c0ad0bd46cb462c8.tar.xz
run sqlite tests in parallel (#331)
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 587f2e98d..7f82fa497 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -36,7 +36,7 @@ steps:
- name: go-src
path: /go
commands:
- - CGO_ENABLED=0 GTS_DB_TYPE="sqlite" GTS_DB_ADDRESS=":memory:" go test -p 1 ./...
+ - CGO_ENABLED=0 GTS_DB_TYPE="sqlite" GTS_DB_ADDRESS=":memory:" go test ./...
when:
event:
include:
@@ -115,6 +115,6 @@ trigger:
---
kind: signature
-hmac: 07d6ed18510f9591c6b347d6768cbe8e613561b3759f1a8dda8721d1d231a522
+hmac: 8a363baa3c7b5e581bd101a7774422042833b7d297faf5d93c9156cf54a31124
...