From 64013fc279c1f59ef87afa1fa03e988785d737b2 Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Fri, 18 Sep 2020 12:40:19 +0200 Subject: [PATCH] Use `alr test` instead of `alr build` This way, test actions will get executed when they are appropriate instead of a plain build. --- scripts/gh-build-crate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gh-build-crate.sh b/scripts/gh-build-crate.sh index ad24cbcf..392d6158 100755 --- a/scripts/gh-build-crate.sh +++ b/scripts/gh-build-crate.sh @@ -38,7 +38,7 @@ for file in $CHANGES; do continue fi - if ! [ -f ./$file ]; then + if ! [ -f ./"$file" ]; then echo Skipping deleted file: $file continue fi