We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1e525 commit e670270Copy full SHA for e670270
wercker.yml
@@ -11,3 +11,9 @@ test-netlib:
11
- script:
12
name: test NetLib backend
13
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