aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoshua Sing <joshua@hypera.dev>2023-11-10 23:10:40 +1100
committerBrent Cook <busterb@gmail.com>2024-03-03 09:15:56 -0600
commitdbc455b911f4db2af94dfa5ca490a8da0750becb (patch)
treeb0c697c45ca35950872ae1fd465874bb69fb1354 /.github
parentd9a8539a7b027a02450ec9f75eca579e0d77500b (diff)
downloadportable-dbc455b911f4db2af94dfa5ca490a8da0750becb.tar.gz
portable-dbc455b911f4db2af94dfa5ca490a8da0750becb.tar.bz2
portable-dbc455b911f4db2af94dfa5ca490a8da0750becb.zip
ci: add --verbose flag to rust-openssl cargo test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust-openssl.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust-openssl.yml b/.github/workflows/rust-openssl.yml
index e5e6e02..149d2b7 100644
--- a/.github/workflows/rust-openssl.yml
+++ b/.github/workflows/rust-openssl.yml
@@ -32,4 +32,4 @@ jobs:
32 OPENSSL_DIR=${HOME}/opt 32 OPENSSL_DIR=${HOME}/opt
33 LD_LIBRARY_PATH=${HOME}/opt/lib 33 LD_LIBRARY_PATH=${HOME}/opt/lib
34 patch -p1 < ../.github/rust-openssl.patch 34 patch -p1 < ../.github/rust-openssl.patch
35 cargo test 35 cargo test --verbose