summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-07-23 19:08:17 +1200
committertoofar <toofar@spalge.com>2023-10-28 08:47:34 +1300
commitca5e39d7003b1d3d5928b1690d7c5ed8cd1e55b2 (patch)
treebd76c9dce4f70f0f5fdb03b34992f26804d0adab
parent2190cfb6aeae3e08e295eea92d600b67bf153db6 (diff)
downloadqutebrowser-ca5e39d7003b1d3d5928b1690d7c5ed8cd1e55b2.tar.gz
qutebrowser-ca5e39d7003b1d3d5928b1690d7c5ed8cd1e55b2.zip
add --debug build from CI to check behaviour
-rw-r--r--.github/workflows/nightly-test.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/nightly-test.yml b/.github/workflows/nightly-test.yml
index 9a512bad4..1bb6f214a 100644
--- a/.github/workflows/nightly-test.yml
+++ b/.github/workflows/nightly-test.yml
@@ -17,6 +17,10 @@ jobs:
args:
toxenv: build-release
name: macos
+ - os: macos-11
+ args: --debug
+ toxenv: build-release
+ name: macos
- os: windows-2019
args: --64bit
toxenv: build-release