Run test-erasure in a container

This commit is contained in:
Michael Vines 2018-06-21 12:43:27 -07:00
parent 3eb1608403
commit c4a59896f8
2 changed files with 1 additions and 3 deletions

View File

@ -20,7 +20,7 @@ steps:
- command: "ci/shellcheck.sh"
name: "shellcheck [public]"
timeout_in_minutes: 20
- command: "ci/test-erasure.sh"
- command: "ci/docker-run.sh rust ci/test-erasure.sh"
name: "erasure"
timeout_in_minutes: 20
- wait

View File

@ -8,8 +8,6 @@ cd "$(dirname "$0")/.."
export LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH
# shellcheck disable=SC1090 # <-- shellcheck can't follow ~
source ~/.cargo/env
cargo test --features="erasure"
exit 0