From 24d45c97139e865cd94bb45e8ea3ea3640637004 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Wed, 5 Feb 2025 23:39:56 +0100 Subject: the loadable extension is tested with the 'test' target --- .github/workflows/main.yml | 16 ---------------- 1 file changed, 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: - name: Run Tests in memory if: ${{ matrix.os != 'ubuntu-24.04' }} run: zig build test -Dci=true -Din_memory=true --summary all - - test-loadable-extension: - runs-on: ubuntu-24.04 - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Setup zig - uses: goto-bus-stop/setup-zig@v2 - with: - version: master - - - name: Build the example zigcrypto loadable extension - run: zig build zigcrypto - - name: Test the zigcrypto loadable extension - run: ./zig-out/bin/zigcrypto-test -- cgit v1.2.3