Make gui tests optional because they keep failing

This commit is contained in:
Micah Lee 2022-04-19 22:26:03 -04:00
parent 150c8d4601
commit 5c49f75e43

View File

@ -12,15 +12,15 @@ workflows:
- build-win64:
requires:
- test-cli
- test-gui
# - test-gui
- build-win32:
requires:
- test-cli
- test-gui
# - test-gui
- build-macos:
requires:
- test-cli
- test-gui
# - test-gui
jobs:
test-cli: