Lines Matching +full:- +full:- +full:all +full:- +full:features
1 #!/bin/bash -x
2 set -ex
6 cargo "$@" check --no-default-features
9 cargo "$@" test --all-features
10 cargo "$@" test --all-features --examples
12 cargo "$@" test --bench json --bench http -- --test
13 cargo "$@" check --bench mp4 --features mp4
15 cargo "$@" build --no-default-features --features alloc
16 cargo "$@" test --no-default-features --features alloc --examples
18 cargo "$@" build --no-default-features
19 cargo "$@" test --no-default-features --examples
21 cargo "$@" check --no-default-features --features tokio-02
22 cargo "$@" check --no-default-features --features tokio-03