Skip to content

Commit

Permalink
disable extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
laixintao committed Dec 26, 2023
1 parent 7679960 commit 0bd7645
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-binary-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Test Build Executable Binary. You can download from Artifact after building.
runs-on: ubuntu-latest

environment:
PENDULUM_EXTENSIONS: "0"

# FIXME
# help test shouldn't depends on this to run
services:
Expand Down Expand Up @@ -67,6 +70,7 @@ jobs:
- name: Test Executable
run: |
echo $PENDULUM_EXTENSIONS
./build/x86*/release/install/iredis -h
./build/x86*/release/install/iredis help GET
Expand Down

0 comments on commit 0bd7645

Please sign in to comment.