summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2025-02-16 01:08:39 +0100
committerGravatar GitHub2025-02-16 01:08:39 +0100
commitcbc803e89ffdd033529ee06f869baa52e9f07672 (patch)
treeb27357993e6a0d25e662455f1abc41cd8408876b /.github/workflows/main.yml
parentMerge pull request #180 from nektro/patch-1 (diff)
parentbuild: fix zigcrypto dependencies (diff)
downloadzig-sqlite-cbc803e89ffdd033529ee06f869baa52e9f07672.tar.gz
zig-sqlite-cbc803e89ffdd033529ee06f869baa52e9f07672.tar.xz
zig-sqlite-cbc803e89ffdd033529ee06f869baa52e9f07672.zip
Merge pull request #179 from vrischmann/use-upstream
Use upstream sqlite
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 923e9f1..67659b7 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -60,19 +60,3 @@ jobs:
60 - name: Run Tests in memory 60 - name: Run Tests in memory
61 if: ${{ matrix.os != 'ubuntu-24.04' }} 61 if: ${{ matrix.os != 'ubuntu-24.04' }}
62 run: zig build test -Dci=true -Din_memory=true --summary all 62 run: zig build test -Dci=true -Din_memory=true --summary all
63
64 test-loadable-extension:
65 runs-on: ubuntu-24.04
66 steps:
67 - name: Checkout repository
68 uses: actions/checkout@v4
69
70 - name: Setup zig
71 uses: goto-bus-stop/setup-zig@v2
72 with:
73 version: master
74
75 - name: Build the example zigcrypto loadable extension
76 run: zig build zigcrypto
77 - name: Test the zigcrypto loadable extension
78 run: ./zig-out/bin/zigcrypto-test