Skip to content

Commit

Permalink
Uncomment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed Nov 26, 2024
1 parent 307b6b6 commit ca5d67c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,13 @@ jobs:
run: ./dist/tiledbvcf/bin/tiledbvcf version
- name: Install bcftools
run: brew install bcftools
# TODO: Uncomment before merge
# - name: Unit tests
# run: |
# ctest --test-dir libtiledbvcf/build
# - name: CLI tests (require bcftools)
# run: |
# # USAGE: run-cli-tests.sh <build-dir> <inputs-dir>
# libtiledbvcf/test/run-cli-tests.sh libtiledbvcf/build libtiledbvcf/test/inputs
- name: Unit tests
run: |
ctest --test-dir libtiledbvcf/build
- name: CLI tests (require bcftools)
run: |
# USAGE: run-cli-tests.sh <build-dir> <inputs-dir>
libtiledbvcf/test/run-cli-tests.sh libtiledbvcf/build libtiledbvcf/test/inputs
python:
runs-on: macos-12
needs: libtiledbvcf
Expand Down

0 comments on commit ca5d67c

Please sign in to comment.