aboutsummaryrefslogtreecommitdiff
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
zlib-da6f1623c177c5ebfa2b1ee3b50eb297da5a77e1.tar.bz2
zlib-da6f1623c177c5ebfa2b1ee3b50eb297da5a77e1.zip
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:
78 make test 78 make test
79 make cover 79 make cover
80 working-directory: ${{ matrix.build-dir }} 80 working-directory: ${{ matrix.build-dir }}
81 env:
82 QEMU_RUN: ${{ matrix.qemu-run }}
81 83
82 - name: Upload build errors 84 - name: Upload build errors
83 uses: actions/upload-artifact@v3 85 uses: actions/upload-artifact@v3