Skip to content

Commit ebdbc09

Browse files
committed
Ignore tar.zst
Full test for Windows format yaml Drop iomp tests for Windows
1 parent 512f637 commit ebdbc09

File tree

2 files changed

+29
-24
lines changed

2 files changed

+29
-24
lines changed

.github/workflows/intel-mkl-sys.yml

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,20 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
feature:
15+
- mkl-static-lp64-seq
16+
- mkl-static-ilp64-seq
1517
- mkl-dynamic-lp64-seq
1618
- mkl-dynamic-ilp64-seq
1719
runs-on: windows-2019
1820
steps:
19-
- uses: actions/checkout@v1
20-
- uses: actions-rs/cargo@v1
21-
with:
22-
command: test
23-
args: >
24-
--manifest-path=intel-mkl-sys/Cargo.toml
25-
--no-default-features
26-
--features=${{ matrix.feature }},download
21+
- uses: actions/checkout@v1
22+
- uses: actions-rs/cargo@v1
23+
with:
24+
command: test
25+
args: >
26+
--manifest-path=intel-mkl-sys/Cargo.toml
27+
--no-default-features
28+
--features=${{ matrix.feature }},download
2729
2830
macos:
2931
strategy:
@@ -36,14 +38,14 @@ jobs:
3638
- mkl-dynamic-ilp64-seq
3739
runs-on: macos-10.15
3840
steps:
39-
- uses: actions/checkout@v1
40-
- uses: actions-rs/cargo@v1
41-
with:
42-
command: test
43-
args: >
44-
--manifest-path=intel-mkl-sys/Cargo.toml
45-
--no-default-features
46-
--features=${{ matrix.feature }},download
41+
- uses: actions/checkout@v1
42+
- uses: actions-rs/cargo@v1
43+
with:
44+
command: test
45+
args: >
46+
--manifest-path=intel-mkl-sys/Cargo.toml
47+
--no-default-features
48+
--features=${{ matrix.feature }},download
4749
4850
linux:
4951
strategy:
@@ -60,11 +62,11 @@ jobs:
6062
- mkl-dynamic-ilp64-seq
6163
runs-on: ubuntu-18.04
6264
steps:
63-
- uses: actions/checkout@v1
64-
- uses: actions-rs/cargo@v1
65-
with:
66-
command: test
67-
args: >
68-
--manifest-path=intel-mkl-sys/Cargo.toml
69-
--no-default-features
70-
--features=${{ matrix.feature }},download
65+
- uses: actions/checkout@v1
66+
- uses: actions-rs/cargo@v1
67+
with:
68+
command: test
69+
args: >
70+
--manifest-path=intel-mkl-sys/Cargo.toml
71+
--no-default-features
72+
--features=${{ matrix.feature }},download

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ Cargo.lock
1111
**/*.rs.bk
1212

1313
rusty-tags.*
14+
15+
# Generated archives
16+
*.tar.zst

0 commit comments

Comments
 (0)