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
No related branches found
No related tags found
No related merge requests found
...@@ -10,10 +10,11 @@ before_install: ...@@ -10,10 +10,11 @@ before_install:
before_script: before_script:
- docker run -t --rm badouralix/zunit zsh --version - docker run -t --rm badouralix/zunit zsh --version
- docker run -t --rm badouralix/zunit --version
- ls -a - ls -a
script: 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: after_success:
# Notify Docker Hub to make a new build # 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