@@ -19,46 +19,46 @@ jobs:
1919
2020 - name : Test no default features
2121 run : |
22- nix develop -c cargo run --no-default-features --example instance
23- nix develop -c cargo run --no-default-features --example filler
24- nix develop -c cargo run --no-default-features --example diff
25- nix develop -c cargo run --no-default-features --example json
26- nix develop -c cargo run --no-default-features --example rename-patch-struct
27- nix develop -c cargo run --no-default-features --example patch-attr
28- nix develop -c cargo run --no-default-features --example time
29- nix develop -c cargo run --no-default-features --features=nesting --example nesting
30- nix develop -c cargo test --no-default-features
22+ nix develop .#ci -c cargo run --no-default-features --example instance
23+ nix develop .#ci -c cargo run --no-default-features --example filler
24+ nix develop .#ci -c cargo run --no-default-features --example diff
25+ nix develop .#ci -c cargo run --no-default-features --example json
26+ nix develop .#ci -c cargo run --no-default-features --example rename-patch-struct
27+ nix develop .#ci -c cargo run --no-default-features --example patch-attr
28+ nix develop .#ci -c cargo run --no-default-features --example time
29+ nix develop .#ci -c cargo run --no-default-features --features=nesting --example nesting
30+ nix develop .#ci -c cargo test --no-default-features
3131
3232 - name : Test with std features
3333 run : |
34- nix develop -c cargo run --features=std --example instance
35- nix develop -c cargo run --features=std --example filler
36- nix develop -c cargo run --features=std --example diff
37- nix develop -c cargo run --features=std --example json
38- nix develop -c cargo run --features=std --example rename-patch-struct
39- nix develop -c cargo run --features=std --example patch-attr
40- nix develop -c cargo run --features=std --example option
41- nix develop -c cargo run --features=std,nesting --example nesting
42- nix develop -c cargo test --features=std
34+ nix develop .#ci -c cargo run --features=std --example instance
35+ nix develop .#ci -c cargo run --features=std --example filler
36+ nix develop .#ci -c cargo run --features=std --example diff
37+ nix develop .#ci -c cargo run --features=std --example json
38+ nix develop .#ci -c cargo run --features=std --example rename-patch-struct
39+ nix develop .#ci -c cargo run --features=std --example patch-attr
40+ nix develop .#ci -c cargo run --features=std --example option
41+ nix develop .#ci -c cargo run --features=std,nesting --example nesting
42+ nix develop .#ci -c cargo test --features=std
4343
4444 - name : Test with merge features
4545 run : |
46- nix develop -c cargo run --features=option --features=merge --example option
47- nix develop -c cargo run --features=merge --example op
48- nix develop -c cargo run --features=merge,nesting --example nesting
49- nix develop -c cargo test --features=merge --no-default-features
50- nix develop -c cargo test --features=merge
46+ nix develop .#ci -c cargo run --features=option --features=merge --example option
47+ nix develop .#ci -c cargo run --features=merge --example op
48+ nix develop .#ci -c cargo run --features=merge,nesting --example nesting
49+ nix develop .#ci -c cargo test --features=merge --no-default-features
50+ nix develop .#ci -c cargo test --features=merge
5151
5252 - name : Test with option features
5353 run : |
54- nix develop -c cargo run --features=none_as_default --example option
55- nix develop -c cargo run --features=none_as_default,nesting --example nesting
56- nix develop -c cargo run --features=keep_none --example option
57- nix develop -c cargo run --features=keep_none,nesting --example nesting
54+ nix develop .#ci -c cargo run --features=none_as_default --example option
55+ nix develop .#ci -c cargo run --features=none_as_default,nesting --example nesting
56+ nix develop .#ci -c cargo run --features=keep_none --example option
57+ nix develop .#ci -c cargo run --features=keep_none,nesting --example nesting
5858
5959 - name : Test with default features
6060 run : |
61- nix develop -c cargo run --example status
62- nix develop -c cargo run --example op
63- nix develop -c cargo run --features=nesting --example nesting
64- nix develop -c cargo test
61+ nix develop .#ci -c cargo run --example status
62+ nix develop .#ci -c cargo run --example op
63+ nix develop .#ci -c cargo run --features=nesting --example nesting
64+ nix develop .#ci -c cargo test
0 commit comments