Skip to content

Commit

Permalink
remove duplicate test runs
Browse files Browse the repository at this point in the history
Signed-off-by: Yuji Ito <llamerada.jp@gmail.com>
  • Loading branch information
llamerada-jp committed Jun 18, 2023
1 parent d693b2b commit 5cf71ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cf71ca

Please sign in to comment.