#!/bin/bash

cd "${GITHUB_WORKSPACE}"
cargo test --verbose
