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 dbae452 commit ade85a9Copy full SHA for ade85a9
.drone.yml
wercker.yml
@@ -0,0 +1,13 @@
1
+box: termoshtt/rust:latest
2
+
3
+test-openblas:
4
+ steps:
5
+ - script:
6
+ name: test OpenBLAS backend
7
+ code: cargo test -vv --no-default-features --features=openblas
8
9
+test-netlib:
10
11
12
+ name: test NetLib backend
13
+ code: cargo test -vv --no-default-features --features=netlib
0 commit comments