mirror of https://github.com/getdnsapi/getdns.git
Restore running all unit tests again
This commit is contained in:
parent
8c87028d77
commit
17d23ddb99
|
@ -1,7 +1,7 @@
|
|||
sudo: false
|
||||
language: c
|
||||
compiler:
|
||||
# - gcc
|
||||
- gcc
|
||||
- clang
|
||||
addons:
|
||||
apt:
|
||||
|
@ -20,5 +20,5 @@ addons:
|
|||
script:
|
||||
- mkdir tests
|
||||
- cd tests
|
||||
# - ../src/test/tpkg/run-all.sh
|
||||
- ../src/test/tpkg/run-one.sh 225-stub-only-valgrind-checks
|
||||
- ../src/test/tpkg/run-all.sh
|
||||
# - ../src/test/tpkg/run-one.sh 225-stub-only-valgrind-checks
|
||||
|
|
Loading…
Reference in New Issue