diff options
| author | 2022-11-15 16:53:19 +0100 | |
|---|---|---|
| committer | 2022-11-15 16:53:19 +0100 | |
| commit | 1f256e288b876fcd58093068150e0542acc82b32 (patch) | |
| tree | 0af518fa106a81d5b987f16a8dbd71fd2ad09a53 /.drone.yml | |
| parent | [bugfix] Fix unicode-unaware word boundary check in hashtags (#1049) (diff) | |
| download | gotosocial-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.yml | 1 |
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: |
