Skip to content

Commit 1dd49fa

Browse files
committed
Run tests on linux build
1 parent d0af67c commit 1dd49fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ jobs:
120120
sudo rm -f dist/*-linux_x86_64.whl
121121
ls -lh dist
122122
shell: bash
123+
- name: Run tests
124+
run: |
125+
python3 -m pip install dist/*.whl
126+
python3 -c "import chdb; res = chdb.query('select 1112222222,555', 'CSV'); print(res.get_memview().tobytes())"
127+
make test
128+
continue-on-error: false
123129
- uses: actions/upload-artifact@v3
124130
with:
125131
path: ./dist/*.whl

0 commit comments

Comments
 (0)