solana/ci/test-ignored.sh

10 lines
122 B
Bash
Raw Normal View History

2018-05-21 23:02:54 -07:00
#!/bin/bash -e
2018-05-27 18:19:07 -07:00
cd "$(dirname "$0")/.."
2018-05-21 23:02:54 -07:00
2018-05-22 16:57:14 -07:00
rustc --version
cargo --version
2018-05-21 23:02:54 -07:00
export RUST_BACKTRACE=1
cargo test -- --ignored