summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xci/script.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/script.sh b/ci/script.sh
index 3b717e5f..954cb52e 100755
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -8,6 +8,7 @@ cargo build --target "$TARGET" --verbose
# We cannot run arm executables on linux
if [[ $TARGET != arm-unknown-linux-gnueabihf ]] && [[ $TARGET != aarch64-unknown-linux-gnu ]]; then
cargo test --target "$TARGET" --verbose
+ make end-to-end-test
cargo run --target "$TARGET" -- < /dev/null
fi