fix broken ci (#13039)

This commit is contained in:
Ryo Onodera 2020-10-21 09:14:33 +09:00 committed by GitHub
parent 6f930351d2
commit 2bb27cdb25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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_