There was an error while loading. Please reload this page.
1 parent 8eb78e6 commit d552f01Copy full SHA for d552f01
1 file changed
.github/workflows/push.yml
@@ -35,6 +35,8 @@ jobs:
35
with:
36
submodules: 'true'
37
- uses: ./.github/actions/deps
38
+ - run: find vendor .cargo -type f
39
+ - run: cargo tree
40
- name: Check unused dependencies
41
run: cargo oro udeps
42
check-licenses:
@@ -64,4 +66,4 @@ jobs:
64
66
- name: Build (release)
65
67
run: cargo oro build ${{ matrix.artifact }} --release
68
- name: Clippy
- run: cargo oro clippy ${{ matrix.artifact }}
69
+ run: cargo oro clippy ${{ matrix.artifact }}
0 commit comments