Skip to content

Commit

Permalink
chore: dump cargo tree
Browse files Browse the repository at this point in the history
  • Loading branch information
ebastien committed Aug 31, 2023
1 parent e8f9fa8 commit 2ee2e26
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ci

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

env:
CARGO_TERM_COLOR: always
Expand All @@ -20,6 +20,9 @@ jobs:
profile: minimal
toolchain: 1.72.0
override: true
- uses: actions-rs/cargo@v1
with:
command: tree
- uses: actions-rs/cargo@v1
with:
command: check
Expand Down

0 comments on commit 2ee2e26

Please sign in to comment.