diff options
author | Munyoki Kilyungi | 2024-09-30 21:28:57 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-10-02 10:24:59 +0300 |
commit | faf2fd7608a59b34aa8464b6659879dcb2f18594 (patch) | |
tree | a551e4b88c6864d32048547b2098ee062604e7b9 | |
parent | ee75aa55c8ab9feb808840004bccd1a0ac15d1b3 (diff) | |
download | gn-gemtext-faf2fd7608a59b34aa8464b6659879dcb2f18594.tar.gz |
Fix typo.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r-- | topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi b/topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi index a7834ed..52ece2b 100644 --- a/topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi +++ b/topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi @@ -16,7 +16,7 @@ SPARQL_CRUD_AUTH_URI="http://localhost:8890/sparql-graph-crud-auth" FAHAMU_AUTH_TOKEN="XXXXXX" ``` -This extra bootstrapping when running tests needs care, and locks tests to CD or special configuration when running locally. This leads to a fragile tests that cause CD to break. Moreover, to add tests to CD, we would have to add extra g-exp to gn-machines. +This extra bootstrapping when running tests needs care, and locks tests to CD or special configuration when running locally. This leads to fragile tests that cause CD to break. Moreover, to add tests to CD, we would have to add extra g-exp to gn-machines. This ADR is related to: |