summaryrefslogtreecommitdiff
path: root/.github/workflows/bleeding.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/bleeding.yml')
-rw-r--r--.github/workflows/bleeding.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml
index 1544a3bc2..f3c55a287 100644
--- a/.github/workflows/bleeding.yml
+++ b/.github/workflows/bleeding.yml
@@ -38,6 +38,9 @@ jobs:
include:
- os: macos-10.15
- os: windows-2019
+ args: --64bit
+ - os: windows-2019
+ args: --32bit
runs-on: "${{ matrix.os }}"
timeout-minutes: 30
steps:
@@ -59,7 +62,7 @@ jobs:
python -m pip install -U pip
python -m pip install -U -r misc/requirements/requirements-tox.txt
- name: Run tox
- run: tox -e build-release -- --asciidoc ../asciidoc/asciidoc.py --gh-token "${{ secrets.GITHUB_TOKEN }}"
+ run: "tox -e build-release -- --asciidoc ../asciidoc/asciidoc.py --gh-token ${{ secrets.GITHUB_TOKEN }} ${{ matrix.args }}"
irc:
timeout-minutes: 2