From 2bb27cdb25cff8916fd16689d6eaf7b99d08ea88 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Wed, 21 Oct 2020 09:14:33 +0900 Subject: [PATCH] fix broken ci (#13039) --- test-abi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-abi.sh b/test-abi.sh index a10c5ca276..72a5ce2f89 100755 --- a/test-abi.sh +++ b/test-abi.sh @@ -5,4 +5,4 @@ here=$(dirname "$0") set -x -exec ${here}/cargo nightly test --lib -- test_abi_ +exec "${here}/cargo" nightly test --lib -- test_abi_