CI: enable very verbose for build

This commit is contained in:
2022-03-17 12:30:32 +08:00
parent 6e049fdb23
commit e348a29c28

View File

@@ -18,7 +18,7 @@ jobs:
- name: Check Out
uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
run: cargo build -vv
- name: Run tests
run: cargo test --verbose
build-exif:
@@ -48,7 +48,7 @@ jobs:
- name: Build
run: |
export CMAKE_PREFIX_PATH=`pwd`/clib
cargo build --features exif --verbose || exit 1
cargo build --features exif -vv || exit 1
- name: Test
run: |
export CMAKE_PREFIX_PATH=`pwd`/clib