Skip to content
Snippets Groups Projects
Commit 35e61a94 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

integration test package path

parent 1ad6e70b
No related branches found
No related tags found
2 merge requests!126Resolve "Isolate Integration Tests",!90Develop
This commit is part of merge request !126. Comments created here will be created in the context of that merge request.
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<<: *it <<: *it
script: script:
- cd ./nucleus - cd ./nucleus
- go test -race -v -coverprofile=coverage.out - go test -race ./test/integration -v -coverprofile=coverage.out
unit-test: unit-test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment