Skip to content

Commit 1bc8a41

Browse files
committed
Drop verbose option in test
1 parent 02b320a commit 1bc8a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wercker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ test-openblas:
44
steps:
55
- script:
66
name: test OpenBLAS backend
7-
code: cargo test -vv --no-default-features --features=openblas
7+
code: cargo test --no-default-features --features=openblas
88

99
test-netlib:
1010
steps:
1111
- script:
1212
name: test NetLib backend
13-
code: cargo test -vv --no-default-features --features=netlib
13+
code: cargo test --no-default-features --features=netlib

0 commit comments

Comments
 (0)