forgot to update cargo loc for testing stage

This commit is contained in:
David Bittner
2019-04-26 15:20:39 -04:00
parent 4693af7924
commit 93504543ef

View File

@@ -24,6 +24,8 @@ build:
test:
stage: test
script:
- HERE="$(readlink -f .)"
- CARGO_HOME="$HERE/cargo_dir/"
- rustc --version && cargo --version # Print version info for debugging
- cargo test --all --verbose