File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,12 @@ jobs:
4242 steps :
4343 - uses : actions/checkout@v3
4444 - uses : dtolnay/rust-toolchain@nightly
45+ - uses : dtolnay/install@cargo-outdated
4546 - run : git fetch origin --unshallow refs/solution/${{matrix.project}} HEAD
4647 - run : git rev-parse FETCH_HEAD
4748 - run : git rebase HEAD FETCH_HEAD
4849 - run : cargo test
4950 working-directory : ${{matrix.project}}
50-
51- outdated :
52- name : Outdated
53- runs-on : ubuntu-latest
54- if : github.event_name != 'pull_request'
55- timeout-minutes : 45
56- steps :
57- - uses : actions/checkout@v3
58- - uses : dtolnay/install@cargo-outdated
59- - run : cargo outdated --workspace --exit-code 1
51+ - run : cargo outdated --exit-code 1
52+ working-directory : ${{matrix.project}}
53+ if : github.event_name != 'pull_request'
You can’t perform that action at this time.
0 commit comments