From 5cf71ca305cd650b51564371c4913a320cd91dfb Mon Sep 17 00:00:00 2001 From: Yuji Ito Date: Sun, 18 Jun 2023 16:35:07 +0900 Subject: [PATCH] remove duplicate test runs Signed-off-by: Yuji Ito --- ci.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci.sh b/ci.sh index 507e746..75c0627 100755 --- a/ci.sh +++ b/ci.sh @@ -28,8 +28,6 @@ if [ "${OS}" = "Linux" ]; then sudo sysctl -w net.core.rmem_max=2500000 make test CTEST_ARGS="--output-on-failure -T memcheck --overwrite MemoryCheckCommandOptions=\"--error-exitcode=1 --leak-check=full --suppressions=$(pwd)/valgrind.supp\"" - make test-js-browser - make test-go-wasm export PATH=$PATH:$(python3 -m site --user-base)/bin coveralls -b ./build/linux_x86_64/test/CMakeFiles/colonio_test.dir/__/ -i src -e src/js -E '.*\.pb\.h' -E '.*\.pb\.cc' --gcov-options '\-lp' exit 0