We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd01ec commit 5d77665Copy full SHA for 5d77665
.factory/automation.yml
@@ -48,11 +48,11 @@ build:
48
command: |
49
bazel run @typedb_dependencies//tool/bazelinstall:remote_cache_setup.sh
50
bazel test //rust:typeql_unit_tests --test_output=errors
51
- test-rust-behaviour:
52
- image: typedb-ubuntu-22.04
53
- command: |
54
- bazel run @typedb_dependencies//tool/bazelinstall:remote_cache_setup.sh
55
- bazel test //rust/tests/behaviour:test_behaviour --test_output=errors
+# test-rust-behaviour:
+# image: typedb-ubuntu-22.04
+# command: |
+# bazel run @typedb_dependencies//tool/bazelinstall:remote_cache_setup.sh
+# bazel test //rust/tests/behaviour:test_behaviour --test_output=errors
56
deploy-crate-snapshot:
57
filter:
58
owner: typedb
0 commit comments