summaryrefslogtreecommitdiffstats
path: root/vendor/backtrace/ci/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/backtrace/ci/run.sh')
-rwxr-xr-xvendor/backtrace/ci/run.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/backtrace/ci/run.sh b/vendor/backtrace/ci/run.sh
deleted file mode 100755
index 166b387e4..000000000
--- a/vendor/backtrace/ci/run.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-set -ex
-
-cargo test --target $TARGET
-cargo build --target $TARGET --manifest-path crates/as-if-std/Cargo.toml