Skip to content

Commit 68841d9

Browse files
committed
Add CI
No fast-fail
1 parent 9dfba84 commit 68841d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
docker:
2727
runs-on: ubuntu-18.04
2828
strategy:
29+
fail-fast: false
2930
matrix:
30-
target: ["test", "seek", "package", "download"]
31+
target: ["test", "package", "seek", "seek-ubuntu", "seek-centos"]
3132
steps:
3233
- uses: actions/checkout@v1
3334
- name: Test with mkl-rust container

0 commit comments

Comments
 (0)