Skip to content

Commit

Permalink
Fix display warnings in unit tests
Browse files Browse the repository at this point in the history
Attemps to get rid of the follow warning:
"Unable to init server: Could not connect: Connection refused"
  • Loading branch information
Nick-Hall committed Jul 17, 2023
1 parent ca809da commit b12cc4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gramps-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
python3 setup.py build
- name: Run unit test suite
run: |
export GDK_BACKEND=-
python3 setup.py test
- name: Trailing whitespace check
run: |
Expand Down

0 comments on commit b12cc4c

Please sign in to comment.