#!/bin/sh
set -eu

./scripts/check
cargo test --locked --release --test git_push_ssh
