diff --git a/build/ci/.test.yml b/build/ci/.test.yml index 66afb034854df4e7c5dc5b36ba09a7ab5d2a7d5c..2793f91ec4b968ac4da1001d8d082ca7bc4c699c 100644 --- a/build/ci/.test.yml +++ b/build/ci/.test.yml @@ -37,5 +37,5 @@ unit-test: http-api-test: script: - cd ./nucleus - - go test -race -v -run Test_httpApi -v -coverprofile=coverage.out + - go test -race -v -run Test_httpApi -coverprofile=coverage.out <<: *test \ No newline at end of file