File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,13 @@ jobs:
34
34
**/*.rs
35
35
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
36
36
- id : cargo-crates
37
+ if : steps.cargo.outputs.any_changed
37
38
run : ./.github/list-crates.sh ${{ steps.cargo.outputs.all_changed_files }}
38
39
outputs :
39
40
any_changed : ${{ steps.build.outputs.any_changed || steps.cargo.outputs.any_changed || steps.rust.outputs.any_changed }}
40
41
build_changed : ${{ steps.build.outputs.any_changed }}
41
42
cargo_changed : ${{ steps.cargo.outputs.any_changed }}
42
- cargo_crates : ${{ steps.cargo-crates.outputs.crates }}
43
+ cargo_crates : ${{ steps.cargo-crates.outputs.crates || '[]' }}
43
44
rust_changed : ${{ steps.rust.outputs.any_changed }}
44
45
45
46
rust :
61
62
- run : just check-fmt
62
63
- run : just clippy
63
64
- run : just doc
64
- - run : just test-build
65
- - run : just test
65
+ - run : just test --exclude=linkerd2-proxy --no-run
66
+ - run : just test --exclude=linkerd2-proxy
66
67
67
68
rust-crates :
68
69
needs : meta
You can’t perform that action at this time.
0 commit comments