Skip to content

Commit

Permalink
Add download test
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Jun 15, 2020
1 parent 96b7756 commit 8d42e4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions intel-mkl-tool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8d42e4a

Please sign in to comment.