File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,8 @@ jobs:
135135 TEST_PKCS11_MODULE : /usr/lib/softhsm/libsofthsm2.so
136136 SOFTHSM2_CONF : /tmp/softhsm2.conf
137137 RUSTFLAGS : " -D warnings"
138- run : RUST_BACKTRACE=1 cargo test --target ${{ matrix.target }}
138+ RUST_BACKTRACE : 1
139+ run : cargo test --target ${{ matrix.target }}
139140
140141 build-windows :
141142 name : Build on Windows
@@ -156,10 +157,11 @@ jobs:
156157 env :
157158 KRYOPTIC_CONF : /tmp/kryoptic.sql
158159 TEST_PKCS11_MODULE : /usr/lib64/pkcs11/libkryoptic_pkcs11.so
160+ RUST_BACKTRACE : 1
159161 run : |
160- RUST_BACKTRACE=1 cargo build &&
161- RUST_BACKTRACE=1 cargo build --all-features &&
162- RUST_BACKTRACE=1 cargo test
162+ cargo build &&
163+ cargo build --all-features &&
164+ cargo test
163165
164166 links :
165167 name : Check links
You can’t perform that action at this time.
0 commit comments