summaryrefslogtreecommitdiffstats
path: root/ci/integration_test/cargo_test_for_amd64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/integration_test/cargo_test_for_amd64.sh')
-rwxr-xr-xci/integration_test/cargo_test_for_amd64.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/ci/integration_test/cargo_test_for_amd64.sh b/ci/integration_test/cargo_test_for_amd64.sh
deleted file mode 100755
index 59d79031..00000000
--- a/ci/integration_test/cargo_test_for_amd64.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash -x
-
-set -euo pipefail
-
-# Compile in advance to avoid that cargo compiles during the test run
-# this seems to have an impact on some tests as the timing differs
-cargo test --verbose --no-run --features integration-test
-cargo build -p tedge_dummy_plugin