Skip to content

Commit 8bcb9cf

Browse files
authored
Check if genomicsdb_query/cache can be invoked from release workflow (#80)
1 parent c5b7ecb commit 8bcb9cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
CC=/opt/rh/devtoolset-11/root/usr/bin/gcc
5555
CXX=/opt/rh/devtoolset-11/root/usr/bin/g++
5656
CIBW_TEST_REQUIRES: pytest
57+
CIBW_TEST_COMMAND: >
58+
pytest {package}/test
59+
genomicsdb_query -h
60+
genomicsdb_cache -h
5761
5862
- uses: actions/upload-artifact@v4
5963
name: Upload Wheel artifacts

0 commit comments

Comments
 (0)