aboutsummaryrefslogtreecommitdiff
path: root/ci/script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/script.sh')
-rw-r--r--ci/script.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/script.sh b/ci/script.sh
index 9fd46a3..b088d95 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -23,6 +23,10 @@ main() {
cargo test --target $TARGET
;;
esac
+
+ if [ $TARGET = x86_64-unknown-linux-gnu ]; then
+ ./check-blobs.sh
+ fi
}
# NOTE See the NOTE in `install.sh`