up-rs 0.15.2

up-rs is a tool to help you keep your machine up to date.
Documentation
#!/bin/zsh

set -euo pipefail

# Run unit tests.
# To see more verbose test logging set: LOG_LEVEL=trace

which cargo-nextest &>/dev/null || brew install cargo-nextest

set -x

cargo nextest run --run-ignored=all