summaryrefslogtreecommitdiffhomepage
path: root/test/scripts/run
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-02-12 14:39:45 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-02-25 12:07:10 +0100
commit80bc5b2c64a7f1611d8dd9e2645003f8c27d7c60 (patch)
tree6f330da00ce3598cba6d31d9c928eafc64b5c464 /test/scripts/run
parentfc97cb28cd1db0d1570cf41900a1c1eb2b268a49 (diff)
downloadmullvadvpn-80bc5b2c64a7f1611d8dd9e2645003f8c27d7c60.tar.xz
mullvadvpn-80bc5b2c64a7f1611d8dd9e2645003f8c27d7c60.zip
Build test-manager once per e2e-test run
Cache test-manager for Linux. This includes not building `test-manager` in `run/ci.sh` (by default) and building `test-manager` as a completely statically linked binary.
Diffstat (limited to 'test/scripts/run')
-rwxr-xr-xtest/scripts/run/ci.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/scripts/run/ci.sh b/test/scripts/run/ci.sh
index b55b640e03..b1aff3a6e4 100755
--- a/test/scripts/run/ci.sh
+++ b/test/scripts/run/ci.sh
@@ -65,14 +65,6 @@ nice_time download_e2e_executable "$CURRENT_VERSION" "$TEST_OS"
# TODO: This should def be it's own step in the GitHub actions workflow
echo "**********************************"
-echo "* Building test manager"
-echo "**********************************"
-
-cargo build -p test-manager
-
-# TODO: This should def be it's own step in the GitHub actions workflow
-
-echo "**********************************"
echo "* Running tests"
echo "**********************************"