Lines Matching +full:- +full:- +full:all +full:- +full:features
1 #!/bin/bash -x
2 set -ex
5 cargo "$@" test --all-features
6 cargo "$@" test --all-features --examples
8 cargo "$@" test --bench json --bench http -- --test
9 cargo "$@" check --bench mp4 --features mp4
11 cargo "$@" build --no-default-features --features alloc
12 cargo "$@" test --no-default-features --features alloc --examples
14 cargo "$@" build --no-default-features
15 cargo "$@" test --no-default-features --examples
17 cargo "$@" check --no-default-features --features tokio-02
18 cargo "$@" check --no-default-features --features tokio-03