Skip to content

Commit

Permalink
ci: add --verbose flag to rust-openssl cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing committed Nov 10, 2023
1 parent 3ee9b72 commit 194a4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
OPENSSL_DIR=${HOME}/opt
LD_LIBRARY_PATH=${HOME}/opt/lib
patch -p1 < ../.github/rust-openssl.patch
cargo test
cargo test --verbose

0 comments on commit 194a4a5

Please sign in to comment.