Skip to content

Commit

Permalink
Run tests for libtiledbvcf
Browse files Browse the repository at this point in the history
  • Loading branch information
Dušan Baran committed Dec 4, 2024
1 parent 5557408 commit 2b7c323
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:
path: install/*

# Tests
# - name: Run unit tests
# shell: micromamba-shell {0}
# run: |
# ctest --test-dir build
# - name: Run CLI tests
# shell: micromamba-shell {0}
# run: |
# libtiledbvcf/test/run-cli-tests.sh build libtiledbvcf/test/inputs
- name: Run unit tests
shell: micromamba-shell {0}
run: |
ctest --test-dir build
- name: Run CLI tests
shell: micromamba-shell {0}
run: |
libtiledbvcf/test/run-cli-tests.sh build libtiledbvcf/test/inputs
# This job should mimic conda-feedstock build
Expand Down

0 comments on commit 2b7c323

Please sign in to comment.