Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- install-bazel-linux-rbe
- checkout
- run-bazel-rbe:
command: bazel test //concept/test/... --test_output=errors
command: bazel test //test/behaviour/concept:concept-it --test_output=errors

test-keyspace:
machine: true
Expand Down
3 changes: 1 addition & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ exports_files(["VERSION", "RELEASE_TEMPLATE.md", "deployment.properties"])
java_library(
name = "client-java",
srcs = glob([
"answer/*.java",
"concept/*.java",
"exception/*.java",
"rpc/*.java",
Expand All @@ -38,8 +39,6 @@ java_library(
# External dependencies from @graknlabs
"@graknlabs_graql//java:graql",
"@graknlabs_protocol//grpc/java:protocol",
"@graknlabs_grakn_core//api:api",
"@graknlabs_grakn_core//concept:concept",

# External dependencies from Maven
"//dependencies/maven/artifacts/com/google/code/findbugs:jsr305",
Expand Down
Loading