summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@nathanm.com>2022-10-11 11:10:17 -0700
committerMark Adler <fork@madler.net>2022-10-11 20:21:50 -0700
commitda6f1623c177c5ebfa2b1ee3b50eb297da5a77e1 (patch)
treece98b61d2cff128805f752e4b05b86fd6840d80b /.github
parentb85c172e1d3d10dfe911dd2686d4da715070cada (diff)
downloadzlib-da6f1623c177c5ebfa2b1ee3b50eb297da5a77e1.tar.gz
CI: Run test applications against QEMU.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/configure.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml
index c34a82c..dcdd4b5 100644
--- a/.github/workflows/configure.yml
+++ b/.github/workflows/configure.yml
@@ -78,6 +78,8 @@ jobs:
make test
make cover
working-directory: ${{ matrix.build-dir }}
+ env:
+ QEMU_RUN: ${{ matrix.qemu-run }}
- name: Upload build errors
uses: actions/upload-artifact@v3