Skip to content
Snippets Groups Projects
Commit 2dfeb1ee authored by Ayaz Badouraly's avatar Ayaz Badouraly
Browse files

Adding --fail-fast option when running zunit tests

parent fa5b64b8
Branches
No related tags found
No related merge requests found
......@@ -10,10 +10,11 @@ before_install:
before_script:
- docker run -t --rm badouralix/zunit zsh --version
- docker run -t --rm badouralix/zunit --version
- ls -a
script:
- docker run -t -v $PWD:/app:ro badouralix/zunit zunit test
- docker run -t -v $PWD:/app:ro badouralix/zunit --fail-fast test
after_success:
# Notify Docker Hub to make a new build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment