@@ -35,32 +35,32 @@ jobs:
3535
3636 - name : Test with std features
3737 run : |
38- nix develop .#ci -c cargo run --features=std --example instance
39- nix develop .#ci -c cargo run --features=std --example filler
40- nix develop .#ci -c cargo run --features=std --example filler-op
41- nix develop .#ci -c cargo run --features=std --example diff
42- nix develop .#ci -c cargo run --features=std --example json
43- nix develop .#ci -c cargo run --features=std --example rename-patch-struct
44- nix develop .#ci -c cargo run --features=std --example patch-attr
45- nix develop .#ci -c cargo run --features=std --example option
46- nix develop .#ci -c cargo run --features=std --example box
47- nix develop .#ci -c cargo run --features=std,nesting --example nesting
48- nix develop .#ci -c cargo test --features=std
38+ nix develop .#ci -c cargo run --quiet -- features=std --example instance
39+ nix develop .#ci -c cargo run --quiet -- features=std --example filler
40+ nix develop .#ci -c cargo run --quiet -- features=std --example filler-op
41+ nix develop .#ci -c cargo run --quiet -- features=std --example diff
42+ nix develop .#ci -c cargo run --quiet -- features=std --example json
43+ nix develop .#ci -c cargo run --quiet -- features=std --example rename-patch-struct
44+ nix develop .#ci -c cargo run --quiet -- features=std --example patch-attr
45+ nix develop .#ci -c cargo run --quiet -- features=std --example option
46+ nix develop .#ci -c cargo run --quiet -- features=std --example box
47+ nix develop .#ci -c cargo run --quiet -- features=std,nesting --example nesting
48+ nix develop .#ci -c cargo test --quiet -- features=std
4949
5050 - name : Test with merge features
5151 run : |
52- nix develop .#ci -c cargo run --features=option,merge --example option
53- nix develop .#ci -c cargo run --features=merge --example op
54- nix develop .#ci -c cargo run --features=merge,nesting --example nesting
55- nix develop .#ci -c cargo test --features=merge --no-default-features
56- nix develop .#ci -c cargo test --features=merge
52+ nix develop .#ci -c cargo run --quiet -- features=option,merge --example option
53+ nix develop .#ci -c cargo run --quiet -- features=merge --example op
54+ nix develop .#ci -c cargo run --quiet -- features=merge,nesting --example nesting
55+ nix develop .#ci -c cargo test --quiet -- features=merge --no-default-features
56+ nix develop .#ci -c cargo test --quiet -- features=merge
5757
5858 - name : Test with option features
5959 run : |
60- nix develop .#ci -c cargo run --features=none_as_default --example option
61- nix develop .#ci -c cargo run --features=none_as_default,nesting --example nesting
62- nix develop .#ci -c cargo run --features=keep_none --example option
63- nix develop .#ci -c cargo run --features=keep_none,nesting --example nesting
60+ nix develop .#ci -c cargo run --quiet -- features=none_as_default --example option
61+ nix develop .#ci -c cargo run --quiet -- features=none_as_default,nesting --example nesting
62+ nix develop .#ci -c cargo run --quiet -- features=keep_none --example option
63+ nix develop .#ci -c cargo run --quiet -- features=keep_none,nesting --example nesting
6464
6565 - name : Test with default features
6666 run : |
7676 - name : Test in no std
7777 run : |
7878 cd no-std-examples
79- nix develop .#no-std -c cargo run --features=box --bin no-std-box
80- nix develop .#no-std -c cargo run --features=option --bin no-std-option
79+ nix develop .#no-std -c cargo run --quiet -- features=box --bin no-std-box
80+ nix develop .#no-std -c cargo run --quiet -- features=option --bin no-std-option
8181
8282 - name : Test with catalyst
8383 run : nix develop .#ci -c check-catalyst
0 commit comments