diff options
author | 2022-11-15 17:02:50 +0100 | |
---|---|---|
committer | 2022-11-15 17:02:50 +0100 | |
commit | 9ebc29b0e1f8b9f84ce53a3269dfc698af07d787 (patch) | |
tree | e93a16d0c88e4e42be089dbe65963edd70841f4a | |
parent | [chore] refactor test/cliparsing.sh into a go test below internal/config (#1036) (diff) | |
download | gotosocial-9ebc29b0e1f8b9f84ce53a3269dfc698af07d787.tar.xz |
[chore] Update .drone.yml signature (#1052)
* [chore] Update .drone.yml signature
* update contributing.md
-rw-r--r-- | .drone.yml | 2 | ||||
-rw-r--r-- | CONTRIBUTING.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index 17825a8e8..83a77dc3a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -182,6 +182,6 @@ steps: --- kind: signature -hmac: db02a09af7262a2bab5a0cb4bfd82fa7e1dc566c29e55e6e0808e8f1dc92803b +hmac: 2166c95bd8ba068c928aa4ec8645836a40fc2c99ceb5541b8c365763ee63e3b2 ... diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0633f58d0..3620b2cab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -188,9 +188,9 @@ Finally, to run tests against both database types one after the other, use: ### CLI Tests -In [./test/cliparsing.sh](./test/cliparsing.sh) and [./test/envparsing.sh](./test/envparsing.sh) there are a bunch of tests for making sure that CLI flags, config, and environment variables get parsed as expected. +In [./test/envparsing.sh](./test/envparsing.sh) there's a test for making sure that CLI flags, config, and environment variables get parsed as expected. -Although these tests *are* part of the CI/CD testing process, you probably won't need to worry too much about running them yourself. That is, unless you're messing about with code inside the `main` package in `cmd/gotosocial`, or inside the `config` package in `internal/config`. +Although this test *is* part of the CI/CD testing process, you probably won't need to worry too much about running it yourself. That is, unless you're messing about with code inside the `main` package in `cmd/gotosocial`, or inside the `config` package in `internal/config`. ## Project Structure |