diff --git a/build/ci/.test.yml b/build/ci/.test.yml index 655c0238a81a1a74f3ecd4446d981accea25e3a4..4063f4b263e0a8bcc64a30b6a1750bd83f81cf55 100644 --- a/build/ci/.test.yml +++ b/build/ci/.test.yml @@ -17,7 +17,7 @@ <<: *it script: - cd ./nucleus - - go test -race -v -coverprofile=coverage.out + - go test -race ./test/integration -v -coverprofile=coverage.out unit-test: