Skip to content

Commit

Permalink
tmp: don't CONTINUE_ON_S_FAILURE
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed Apr 4, 2019
1 parent ec29cd7 commit dd498d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- *make_out_dirs
- *restore_gomod

- run: make -j 1 coverage/sharness_tests.coverprofile test/sharness/test-results/sharness.xml TEST_GENERATE_JUNIT=1 CONTINUE_ON_S_FAILURE=1
- run: make -j 1 coverage/sharness_tests.coverprofile test/sharness/test-results/sharness.xml TEST_GENERATE_JUNIT=1

- run:
when: always
Expand Down

0 comments on commit dd498d9

Please sign in to comment.