Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Feb 29, 2024
1 parent 52d838e commit cd06132
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,12 @@ jobs:
autoconf \
libtool \
wget \
sqlite3 libsqlite3-dev
- name: Build jq from source
run: |
wget "https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-1.7.1.tar.gz" &&\
tar xzf jq-1.7.1.tar.gz && \
cd jq-1.7.1 && \
./configure --with-oniguruma=builtin --prefix=/usr/local && \
sudo make -j install
sqlite3 libsqlite3-dev libjq-dev
- name: Build extension
run: |
make all
- name: Run tests
run: |
make test
make test

0 comments on commit cd06132

Please sign in to comment.