aboutsummaryrefslogtreecommitdiff
path: root/ci/README.md
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-24 15:09:13 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-29 09:16:21 +0200
commitaaaa4326035c889a7be59cfe738986ae5581d5ac (patch)
treef074cea9846729187c5c77a3a1d8abf2a56fa7f6 /ci/README.md
parentfa7a87bc7c3468024c6aa05cda23c575b1cf707a (diff)
downloadbitcoin-aaaa4326035c889a7be59cfe738986ae5581d5ac.tar.xz
ci: Remove "default" test env
It is unclear what the point is of maintaining a "default", the meaning of which is unclear.
Diffstat (limited to 'ci/README.md')
-rw-r--r--ci/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/ci/README.md b/ci/README.md
index d014565f44..b4158d0183 100644
--- a/ci/README.md
+++ b/ci/README.md
@@ -20,12 +20,6 @@ requires `bash`, `docker`, and `python3` to be installed. To install all require
sudo apt install bash docker.io python3
```
-To run the default test stage,
-
-```
-./ci/test_run_all.sh
-```
-
To run the test stage with a specific configuration,
```