summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2024-04-14 20:25:43 +0200
committerGravatar Vincent Rischmann2024-04-14 20:25:43 +0200
commitb6b37394a392d1a47ca00e0c389879ee5ff859f6 (patch)
tree33538c2353eb788f0da2f6688b2756f11c5c1a11 /.github
parentbuild: revamp the CI targets (diff)
downloadzig-sqlite-b6b37394a392d1a47ca00e0c389879ee5ff859f6.tar.gz
zig-sqlite-b6b37394a392d1a47ca00e0c389879ee5ff859f6.tar.xz
zig-sqlite-b6b37394a392d1a47ca00e0c389879ee5ff859f6.zip
ci: run with qemu and wine
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d0d1666..f6085ee 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
48 restore-keys: ${{ runner.os }}-${{ matrix.os }}-zig- 48 restore-keys: ${{ runner.os }}-${{ matrix.os }}-zig-
49 49
50 - name: Run Tests in memory 50 - name: Run Tests in memory
51 run: zig build test -Dci=true -Din_memory=true --summary all 51 run: zig build test -Dci=true -Din_memory=true --summary all -fqemu -fwine
52 52
53 - name: Build the example zigcrypto loadable extension 53 - name: Build the example zigcrypto loadable extension
54 run: zig build zigcrypto 54 run: zig build zigcrypto