git config --global user.email "test@example.com"
git config --global user.name "Testy McTestface"
export PATH="/root/.cargo/bin:$PATH"
rustup default stable
cargo test
# - action: cargo_test