mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 08:52:26 -05:00
run sqlite tests in parallel (#331)
This commit is contained in:
parent
ab316d2250
commit
5ed03480e7
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue