#!/usr/bin/env bash
set -euo pipefail

./hack/install-packages

make test-unit
