Skip to content

Commit

Permalink
Disable test rust behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnangovindraj committed Dec 20, 2024
1 parent 7cd01ec commit 5d77665
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .factory/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ build:
command: |
bazel run @typedb_dependencies//tool/bazelinstall:remote_cache_setup.sh
bazel test //rust:typeql_unit_tests --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
# 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
deploy-crate-snapshot:
filter:
owner: typedb
Expand Down

0 comments on commit 5d77665

Please sign in to comment.