Skip to content

Commit

Permalink
Add test using docker for intel-mkl-sys crate
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Jul 30, 2022
1 parent 71eed25 commit 271618d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/intel-mkl-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,29 @@ jobs:
--manifest-path=intel-mkl-sys/Cargo.toml
--no-default-features
--features=${{ matrix.feature }},download
docker:
runs-on: ubuntu-22.04
container:
image: ghcr.io/rust-math/intel-mkl-src/mkl-rust:1.56.0
strategy:
fail-fast: false
matrix:
feature:
- mkl-static-lp64-iomp
- mkl-static-lp64-seq
- mkl-static-ilp64-iomp
- mkl-static-ilp64-seq
- mkl-dynamic-lp64-iomp
- mkl-dynamic-lp64-seq
- mkl-dynamic-ilp64-iomp
- mkl-dynamic-ilp64-seq
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: test
args: >
--manifest-path=intel-mkl-sys/Cargo.toml
--no-default-features
--features=${{ matrix.feature }},download

0 comments on commit 271618d

Please sign in to comment.