summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorLibravatar Mara Sophie Grosch <littlefox@lf-net.org>2022-11-15 16:53:19 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-15 16:53:19 +0100
commit1f256e288b876fcd58093068150e0542acc82b32 (patch)
tree0af518fa106a81d5b987f16a8dbd71fd2ad09a53 /.drone.yml
parent[bugfix] Fix unicode-unaware word boundary check in hashtags (#1049) (diff)
downloadgotosocial-1f256e288b876fcd58093068150e0542acc82b32.tar.xz
[chore] refactor test/cliparsing.sh into a go test below internal/config (#1036)
Also adds AddGlobalFlags and AddServerFlags as methods on ConfigState, very useful for testing.
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 544555265..17825a8e8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -37,7 +37,6 @@ steps:
commands:
- apk update --no-cache && apk add git
- CGO_ENABLED=0 GTS_DB_TYPE="sqlite" GTS_DB_ADDRESS=":memory:" go test ./...
- - CGO_ENABLED=0 ./test/cliparsing.sh
- CGO_ENABLED=0 ./test/envparsing.sh
when:
event: