summaryrefslogtreecommitdiff
path: root/.github/workflows/nightly-test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/nightly-test.yml')
-rw-r--r--.github/workflows/nightly-test.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/nightly-test.yml b/.github/workflows/nightly-test.yml
index 1bb6f214a..4ee2f7dc4 100644
--- a/.github/workflows/nightly-test.yml
+++ b/.github/workflows/nightly-test.yml
@@ -18,13 +18,19 @@ jobs:
toxenv: build-release
name: macos
- os: macos-11
+ args:
+ toxenv: build-release-qt5
+ name: qt5-macos
+ - os: macos-11
args: --debug
toxenv: build-release
name: macos
- os: windows-2019
- args: --64bit
toxenv: build-release
- name: windows-64bit
+ name: windows
+ - os: windows-2019
+ toxenv: build-release-qt5
+ name: qt5-windows
runs-on: "${{ matrix.os }}"
timeout-minutes: 45
steps: