Skip to content

Commit e670270

Browse files
committed
Add wercker setting
1 parent 5e1e525 commit e670270

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

wercker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ test-netlib:
1111
- script:
1212
name: test NetLib backend
1313
code: cargo test --no-default-features --features=netlib-static
14+
15+
test-intel-mkl:
16+
steps:
17+
- script:
18+
name: test Intel MKL backend
19+
code: cargo test --no-default-features --features=intel-mkl

0 commit comments

Comments
 (0)