Skip to content

Commit

Permalink
Add --verbose flag to cargo build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpytaylo committed Jan 21, 2024
1 parent 4ce60b8 commit 7983ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
shared-key: "rust-${{ matrix.build }}-test"

- name: Build xtask
run: cargo build --manifest-path ./xtask/Cargo.toml
run: cargo build --manifest-path --verbose ./xtask/Cargo.toml

- name: Build docs
run: cargo doc --all-features
Expand Down

0 comments on commit 7983ba5

Please sign in to comment.