Skip to content

Commit a119812

Browse files
committed
Verbose build (static)
1 parent 842fbd9 commit a119812

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
@@ -150,7 +150,7 @@ jobs:
150150
uses: dtolnay/rust-toolchain@stable
151151
with: {toolchain: '${{matrix.rust}}'}
152152
- name: Build and test all crates
153-
run: cargo test --workspace -v --features hdf5-sys/static,hdf5-sys/zlib --exclude hdf5-derive
153+
run: cargo test --workspace -vvv --features hdf5-sys/static,hdf5-sys/zlib --exclude hdf5-derive
154154
- name: Build and test with filters and other features
155155
run: cargo test --workspace -v --features hdf5-sys/static,hdf5-sys/zlib,lzf,blosc,f16,complex --exclude hdf5-derive
156156
if: matrix.rust != 'stable-gnu'

0 commit comments

Comments
 (0)