automerge/scripts/ci/build-test
2021-12-24 10:18:16 -08:00

6 lines
133 B
Bash
Executable file

#!/usr/bin/env bash
set -eoux pipefail
cargo build --workspace --all-features
RUST_LOG=error cargo test --workspace --all-features