9 lines
123 B
Bash
9 lines
123 B
Bash
![]() |
#!/bin/bash -e
|
||
|
|
||
|
cd $(dirname $0)/..
|
||
|
|
||
|
source $HOME/.cargo/env
|
||
|
rustup update
|
||
|
export RUST_BACKTRACE=1
|
||
|
cargo test -- --ignored
|