aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-07-18 19:35:43 +0200
committerjade <lix@jade.fyi>2024-07-18 19:27:33 +0000
commit26e56780caaa3fe23bd1c7589c9ebde220381683 (patch)
treed55e638963039753433c33398c6f8707bff72a77 /doc/manual/src
parent10cc3b288d0e73a16f5da983c99b8d78f3a7ded1 (diff)
Fixup a bunch of references to nixos.org manuals
(plus one reference to CppNix github) Change-Id: Id8b3d2897f3b54e286861805cfd421adc4d5de47
Diffstat (limited to 'doc/manual/src')
-rw-r--r--doc/manual/src/contributing/testing.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/manual/src/contributing/testing.md b/doc/manual/src/contributing/testing.md
index b6b5318e0..cea6ee3bf 100644
--- a/doc/manual/src/contributing/testing.md
+++ b/doc/manual/src/contributing/testing.md
@@ -247,7 +247,6 @@ To ensure that characterization testing doesn't make it harder to intentionally
The integration tests are defined in the Nix flake under the `hydraJobs.tests` attribute.
These tests include everything that needs to interact with external services or run Lix in a non-trivial distributed setup.
-Because these tests are expensive and require more than what the standard github-actions setup provides, they only run on the master branch (on <https://hydra.nixos.org/jobset/nix/master>).
You can run them manually with `nix build .#hydraJobs.tests.{testName}` or `nix-build -A hydraJobs.tests.{testName}`