Execute GUI tests under wxOSX
This commit is contained in:
parent
178ac74596
commit
301b08b95d
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci_mac.yml
vendored
8
.github/workflows/ci_mac.yml
vendored
|
|
@ -199,6 +199,14 @@ jobs:
|
|||
exit $rc
|
||||
fi
|
||||
|
||||
- name: Testing GUI
|
||||
if: matrix.skip_testing != true
|
||||
working-directory: tests
|
||||
run: |
|
||||
export ASAN_OPTIONS=fast_unwind_on_malloc=0
|
||||
# Explicitly use bash because /bin/sh doesn't have pipefail option
|
||||
/bin/bash -o pipefail -c "./test_gui"
|
||||
|
||||
- name: Building samples
|
||||
if: matrix.skip_testing != true && matrix.skip_samples != true
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue