diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5d305d99..0163f98c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - target: ["test", "seek", "package"] + target: ["test", "seek", "package", "download"] steps: - uses: actions/checkout@v1 - name: Test with mkl-rust container diff --git a/intel-mkl-tool/Makefile b/intel-mkl-tool/Makefile index 5b3b96b3..fc3f1297 100644 --- a/intel-mkl-tool/Makefile +++ b/intel-mkl-tool/Makefile @@ -11,3 +11,6 @@ seek: package: docker run $(DOCKER_OPTION) $(IMAGE) cargo run --release -- package + +download: + docker run $(DOCKER_OPTION) $(IMAGE) cargo run --release -- download