Skip to content

Commit 32e2825

Browse files
committed
the loadable extension is tested with the 'test' target
1 parent 7031248 commit 32e2825

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Diff for: .github/workflows/main.yml

-16
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,3 @@ jobs:
6060
- name: Run Tests in memory
6161
if: ${{ matrix.os != 'ubuntu-24.04' }}
6262
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

0 commit comments

Comments
 (0)