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
|
sudo: false
|
||||||
language: c
|
language: c
|
||||||
compiler:
|
compiler:
|
||||||
# - gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
@ -20,5 +20,5 @@ addons:
|
||||||
script:
|
script:
|
||||||
- mkdir tests
|
- mkdir tests
|
||||||
- cd tests
|
- cd tests
|
||||||
# - ../src/test/tpkg/run-all.sh
|
- ../src/test/tpkg/run-all.sh
|
||||||
- ../src/test/tpkg/run-one.sh 225-stub-only-valgrind-checks
|
# - ../src/test/tpkg/run-one.sh 225-stub-only-valgrind-checks
|
||||||
|
|
Loading…
Reference in New Issue