#!/bin/bash

set -e 

cargo fmt -- --check
cargo test
cargo sync-readme --check
