Skip to content

Commit efd7233

Browse files
committed
make build/test verbose
1 parent bf1cd51 commit efd7233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git diff --exit-code
2727
- run:
2828
name: Build
29-
command: CC=gcc CXX=g++ cargo build --release
29+
command: CC=gcc CXX=g++ cargo build --release -vv
3030
- run:
3131
name: Test
32-
command: cargo test
32+
command: cargo test -vv

0 commit comments

Comments
 (0)