Skip to content

Commit d4e6d5f

Browse files
committed
update
1 parent 53cb324 commit d4e6d5f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
sudo apt-get update
105105
curl -fsSL https://git.io/vHGMF | bash
106106
sudo apt-get install libcppunit-dev automake
107-
sudo apt-get install valgrind
107+
sudo apt-get install valgrind lcov
108108
- run:
109109
name: Getting ready
110110
command: |
@@ -119,11 +119,11 @@ jobs:
119119
- run:
120120
name: Run tests
121121
command: |
122-
./tests/test_binary.sh
123-
./tests/testPOS.sh
124-
./tests/test_binaryVcfVsTxt.sh
125-
./tests/test-against-previous-version.sh
126-
./tests/test_binaryReproducible.sh
122+
# ./tests/test_binary.sh
123+
# ./tests/testPOS.sh
124+
# ./tests/test_binaryVcfVsTxt.sh
125+
# ./tests/test-against-previous-version.sh
126+
# ./tests/test_binaryReproducible.sh
127127
# valgrind --leak-check=full -v --show-leak-kinds=all ./unit_tests_1
128128
# coveralls --exclude lib --exclude tests --exclude src/random --exclude src/codeCogs/ --exclude src/export/ --gcov-options '\-lp'
129129
./tests/test-coverage-coverall.sh

0 commit comments

Comments
 (0)