summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-08-15 18:57:17 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-08-15 18:57:17 +0200
commit8221fd7878ac9de1972d9ad1de8a8e4f01112fae (patch)
tree8121f9e1554b2e70233cec1aa30efcac9fe74fb0 /.github
parent9a90a3950fce487cd76974694d10413b2eb0a3a2 (diff)
downloadqutebrowser-8221fd7878ac9de1972d9ad1de8a8e4f01112fae.tar.gz
qutebrowser-8221fd7878ac9de1972d9ad1de8a8e4f01112fae.zip
wip: Add Qt 6 bleeding tests to CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bleeding.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml
index 1999eb90c..93966b9e7 100644
--- a/.github/workflows/bleeding.yml
+++ b/.github/workflows/bleeding.yml
@@ -36,7 +36,7 @@ jobs:
- name: Set up problem matchers
run: "python scripts/dev/ci/problemmatchers.py py3 ${{ runner.temp }}"
- name: Run tox
- run: dbus-run-session tox -e ${{ matrix.testenv }} -s
+ run: dbus-run-session tox -e ${{ matrix.testenv }}
irc:
timeout-minutes: 2
continue-on-error: true