File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ test_outdated() {
4343 which cargo-outdated > /dev/null || info_exec cargo install cargo-outdated
4444 # Workaround error: failed to parse lock file at: data-encoding/Cargo.lock
4545 # Caused by: invalid serialized PackageId for key `package.dependencies`
46- info_exec git clean -fxd
46+ info_exec . git clean -fxd
4747 info_exec cargo outdated -w -R --exit-code=1
4848}
4949
5050send_coverage () {
5151 which cargo-tarpaulin > /dev/null || info_exec cargo install cargo-tarpaulin
52- info_exec git clean -fxd
52+ info_exec . git clean -fxd
5353 # We have to give an explicit list of --exclude-files due to
5454 # https://github.com/xd009642/tarpaulin/issues/394
5555 info_exec lib cargo tarpaulin \
@@ -58,7 +58,7 @@ send_coverage() {
5858}
5959
6060if [ -n " $TRAVIS_JOB_ID " ]; then
61- info_exec git clean -fxd
61+ info_exec . git clean -fxd
6262 test_lib
6363 if [ " $TRAVIS_RUST_VERSION " = nightly ]; then
6464 bench_lib
You can’t perform that action at this time.
0 commit comments