We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ebd5c commit 5aa912cCopy full SHA for 5aa912c
1 file changed
.github/workflows/ci.yml
@@ -77,13 +77,13 @@ jobs:
77
- name: Run unit tests
78
run: coverage run --source pgcli -m pytest
79
80
- # - name: Run integration tests
81
- # env:
82
- # PGUSER: postgres
83
- # PGPASSWORD: postgres
84
- # TERM: xterm
+ - name: Run integration tests
+ env:
+ PGUSER: postgres
+ PGPASSWORD: postgres
+ TERM: xterm
85
86
- # run: behave tests/features --no-capture
+ run: behave tests/features --no-capture
87
88
- name: Check changelog for ReST compliance
89
run: docutils --halt=warning changelog.rst >/dev/null
0 commit comments