#!/bin/bash

set -e

cargo check --all-features
cargo test --all-features
cargo +nightly clippy --all-features
