#!/usr/bin/env bash
set -euo pipefail
exec > >(tee log/test.log) 2>&1 

RUSTFLAGS='-D warnings' cargo llvm-cov nextest
