aboutsummaryrefslogtreecommitdiff
path: root/scripts/full-test.sh
blob: 906cc1f946ae1162c4782d6d2da5f9c6c8e11553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env sh

set -ex

export RUSTFLAGS="-Dwarnings"

cargo build --all --all-targets --all-features
cargo clippy --all-targets --all-features
cargo test --all-targets --all-features -- --nocapture

./scripts/test-e2e.sh
./scripts/fuzz.sh