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 7c058f5 commit 28814ceCopy full SHA for 28814ce
.github/workflows/rust.yml
@@ -7,6 +7,24 @@ on:
7
pull_request: {}
8
9
jobs:
10
+ windows-intel-mkl:
11
+ runs-on: windows-2019
12
+ steps:
13
+ - uses: actions/checkout@v1
14
+ - uses: actions-rs/cargo@v1
15
+ with:
16
+ command: test
17
+ args: --features=intel-mkl --no-default-features
18
+
19
+ macos-intel-mkl:
20
+ runs-on: macos-10.15
21
22
23
24
25
26
27
28
linux-intel-mkl:
29
runs-on: ubuntu-18.04
30
steps:
0 commit comments