#!/bin/sh -e clear cargo fmt -- --emit files cargo clippy --all-targets --all-features --workspace -- -D warnings #-W clippy::nursery # TODO: change --lib to --all-targets for the integration tests to run cargo test --all-features --lib -- --test-threads=1