fix broken ci (#13039)
This commit is contained in:
parent
6f930351d2
commit
2bb27cdb25
|
@ -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_
|
||||
|
|
Loading…
Reference in New Issue