File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
- name : Docs
23
23
run : cargo doc --lib --no-deps --all-features
24
24
- name : Clippy
25
- run : cargo clippy
25
+ run : cargo clippy --workspace
26
26
- name : Build
27
27
run : cargo build --locked --workspace
28
28
34
34
- uses : actions-rust-lang/setup-rust-toolchain@fb51252c7ba57d633bc668f941da052e410add48 # v1.13.0
35
35
- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
36
36
- name : Test
37
- run : cargo test --locked
37
+ run : cargo test --locked --workspace
38
38
- name : Test for simd_json feature
39
39
run : cargo test --locked --package egui_json_tree --test image_snapshot_tests --features simd_json --no-default-features
40
40
Original file line number Diff line number Diff line change 1
1
test :
2
- cargo test
2
+ cargo test --workspace
3
3
cargo test --package egui_json_tree --test image_snapshot_tests --features simd_json --no-default-features
4
4
5
5
update_snapshots :
You can’t perform that action at this time.
0 commit comments