From ca5d67cd96120bd214122b7935f86f1277cd3cb7 Mon Sep 17 00:00:00 2001 From: Dusan Baran Date: Tue, 26 Nov 2024 16:41:11 +0100 Subject: [PATCH] Uncomment tests --- .github/workflows/macos.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 99f711e6e..a26535f82 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 -# 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 + libtiledbvcf/test/run-cli-tests.sh libtiledbvcf/build libtiledbvcf/test/inputs python: runs-on: macos-12 needs: libtiledbvcf