summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi2
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 52ece2b..2e16968 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
@@ -24,7 +24,7 @@ This ADR is related to:
## Decision
-Move tests to the test build phase of building the genenetwork3 package.
+Move tests to the test build phase of building the genenetwork3 package. These tests are added in the ".guix/genenetwork3-all-tests.scm" file instead of the main "genenetwork3" package definition in guix-bioinformatics. This way, we have all our "light" tests I.e. unit tests running in guix-bioinformatics, while having all our heavier tests, in this case, RDF tests, running in CD.
## Consequences