Skip to content

Commit a80174b

Browse files
committed
Add download test
1 parent cd36498 commit a80174b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-18.04
4848
strategy:
4949
matrix:
50-
target: ["test", "seek", "package"]
50+
target: ["test", "seek", "package", "download"]
5151
steps:
5252
- uses: actions/checkout@v1
5353
- name: Test with mkl-rust container

intel-mkl-tool/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ seek:
1111

1212
package:
1313
docker run $(DOCKER_OPTION) $(IMAGE) cargo run --release -- package
14+
15+
download:
16+
docker run $(DOCKER_OPTION) $(IMAGE) cargo run --release -- download

0 commit comments

Comments
 (0)