Skip to content

Commit

Permalink
[REMOVE] quit on first failure
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Jul 27, 2023
1 parent 341ca76 commit b81e8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
matrix:
include:
- name: Tests
command: bin/tests --postgresql-host localhost
command: bin/tests --postgresql-host localhost -vv -x
- name: Lint
command: bin/lint
- name: User Documentation
Expand Down

0 comments on commit b81e8e2

Please sign in to comment.