diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-02-12 14:39:45 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-02-25 12:07:10 +0100 |
| commit | 80bc5b2c64a7f1611d8dd9e2645003f8c27d7c60 (patch) | |
| tree | 6f330da00ce3598cba6d31d9c928eafc64b5c464 /test/scripts/run | |
| parent | fc97cb28cd1db0d1570cf41900a1c1eb2b268a49 (diff) | |
| download | mullvadvpn-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-x | test/scripts/run/ci.sh | 8 |
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 "**********************************" |
