Skip to content

Commit c15d48c

Browse files
committed
Verbose build (static)
1 parent 351510e commit c15d48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
uses: dtolnay/rust-toolchain@stable
147147
with: {toolchain: '${{matrix.rust}}'}
148148
- name: Build and test all crates
149-
run: cargo test --workspace -v --features hdf5-sys/static,hdf5-sys/zlib --exclude hdf5-derive
149+
run: cargo test --workspace -vvv --features hdf5-sys/static,hdf5-sys/zlib --exclude hdf5-derive
150150
- name: Build and test with filters and other features
151151
run: cargo test --workspace -v --features hdf5-sys/static,hdf5-sys/zlib,lzf,blosc,f16,complex --exclude hdf5-derive
152152
if: matrix.rust != 'stable-gnu'

0 commit comments

Comments
 (0)