Skip to content

Commit

Permalink
chore(ruby): add --verbose to Cargo.lock check
Browse files Browse the repository at this point in the history
  • Loading branch information
rasendubi committed Jul 29, 2024
1 parent 3574a93 commit a3c9fd9
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 @@ -51,7 +51,7 @@ jobs:

- name: Check Cargo.lock
# Ensure that Cargo.lock matches Cargo.toml
run: cargo update --workspace --locked
run: cargo update --workspace --locked --verbose
working-directory: ruby-sdk

- name: Override eppo_core for testing
Expand Down

0 comments on commit a3c9fd9

Please sign in to comment.