summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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